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

This commit is contained in:
2023-10-11 14:37:50 +00:00
parent 9b1b20a7e2
commit bcdda21deb

View File

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