treewide: allow nix command

This commit is contained in:
Graham Christensen
2020-03-03 22:52:20 -05:00
parent 117b9ecef1
commit 994430b94b
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ sub getPath {
my $substituter = $config->{eval_substituter};
system("nix", "copy", "--from", $substituter, "--", $path)
system("nix", "--experimental-features", "nix-command", "copy", "--from", $substituter, "--", $path)
if defined $substituter;
return isValidPath($path);