vmd32387: fix nixpkgs

This commit is contained in:
steveej 2020-12-30 09:07:52 +01:00
parent 915a2c4de4
commit dc6405d991
2 changed files with 4 additions and 1 deletions

View file

@ -8,6 +8,9 @@ in
{
inherit nixpkgs;
nixos = nixpkgs // {
suffix = "/nixos";
};
"channels-nixos-stable" = nixpkgs;
"channels-nixos-20.03" = {
url = "https://github.com/NixOS/nixpkgs/";