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