shell.nix: cleanup

This commit is contained in:
Ingolf Wagner 2020-03-06 15:27:48 +08:00
parent 79524242dc
commit 3e72fb782d
No known key found for this signature in database
GPG key ID: 76BF5F1928B9618B

View file

@ -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 ])