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

This commit is contained in:
2023-10-11 14:34:54 +00:00
parent 65023937d2
commit 9b1b20a7e2

View File

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