Skip to content

Commit

Permalink
Update implementation.nix (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
aakropotkin authored Jul 22, 2023
1 parent b67b555 commit 708c4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/plock/implementation.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ in {
"null" "bool" "list"
];
if b == null then {} else
if builtins.isList then { bundledDependencies = b; } else
if builtins.isList b then { bundledDependencies = b; } else
if ! b then {} else {
bundledDependencies = builtins.attrNames (
( values.dependencies or {} ) // ( values.requires or {} )
Expand Down

0 comments on commit 708c4ff

Please sign in to comment.