Add a test for ‘nix-env --set-flag active ...’
This commit is contained in:
parent
5ad89398d1
commit
2d5e8e267b
3 changed files with 11 additions and 3 deletions
|
|
@ -134,7 +134,7 @@ while (scalar @derivations) {
|
|||
for (my $n = 0; $n < $outputs; $n++) {
|
||||
my $path = shift @derivations;
|
||||
$pkgs{$path} =
|
||||
{ active => int($active)
|
||||
{ active => $active ne "false"
|
||||
, priority => int($priority) };
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue