mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
reintroduce host deps in tandem with sandbox profiles
This commit is contained in:
parent
e0bd114e09
commit
279fa8f618
3 changed files with 3 additions and 4 deletions
|
@ -113,7 +113,7 @@ if (defined $ARGV[0]) {
|
|||
my $depset = reduce { union($a, $b) } (map { resolve_tree($_, $depcache) } @files);
|
||||
print "extra-chroot-dirs\n";
|
||||
print join("\n", keys %$depset);
|
||||
print "\n\n";
|
||||
print "\n";
|
||||
}
|
||||
lock_store($DEPS, $cache);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue