update to 23.05 -- adding nix_path so we can have no channels

This commit is contained in:
2023-10-11 14:34:18 +00:00
parent 8bd9c8afb6
commit 65023937d2

View File

@@ -63,5 +63,7 @@ config = {
nix.extraOptions = '' nix.extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';
nix.nixPath = [ "nixpkgs=nixpkgs.outPath" ]
}; };
} }