mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 22:51:49 +00:00
update to 23.05 -- adding nix_path so we can have no channels
This commit is contained in:
@@ -63,7 +63,7 @@ config = {
|
||||
nix.extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
nix.nixPath = [ "nixpkgs=nixpkgs.outPath" ];
|
||||
nix.nixPath = [ "nixpkgs=pkgs.outPath" ];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user