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"
|
"${commandPrefix}-${name}-with-secrets"
|
||||||
else
|
else
|
||||||
"${commandPrefix}-${name}-without-secrets";
|
"${commandPrefix}-${name}-without-secrets";
|
||||||
populateCommands = with lib; flatten [
|
populateCommands = with lib;
|
||||||
|
flatten [
|
||||||
content
|
content
|
||||||
(optionals enableSecrets secrets)
|
(optionals enableSecrets secrets)
|
||||||
(optionals enableSwitch [ switch ])
|
(optionals enableSwitch [ switch ])
|
||||||
|
|
Loading…
Reference in a new issue