shell.nix: cleanup
This commit is contained in:
parent
79524242dc
commit
3e72fb782d
1 changed files with 6 additions and 5 deletions
|
@ -134,7 +134,8 @@ let
|
|||
"${commandPrefix}-${name}-with-secrets"
|
||||
else
|
||||
"${commandPrefix}-${name}-without-secrets";
|
||||
populateCommands = with lib; flatten [
|
||||
populateCommands = with lib;
|
||||
flatten [
|
||||
content
|
||||
(optionals enableSecrets secrets)
|
||||
(optionals enableSwitch [ switch ])
|
||||
|
|
Loading…
Reference in a new issue