diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-08 19:07:30 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-08 19:07:30 +0100 |
commit | 6fe2b6698f801d8f1e3d9b8a6a5b8db321481a45 (patch) | |
tree | 6131d205b9905b7530926dcb7b19d1809da560ba | |
parent | c16c1e973412260d0a849d227bc6e79ed69984fd (diff) | |
download | nixos-6fe2b6698f801d8f1e3d9b8a6a5b8db321481a45.tar nixos-6fe2b6698f801d8f1e3d9b8a6a5b8db321481a45.tar.gz nixos-6fe2b6698f801d8f1e3d9b8a6a5b8db321481a45.tar.bz2 nixos-6fe2b6698f801d8f1e3d9b8a6a5b8db321481a45.tar.xz nixos-6fe2b6698f801d8f1e3d9b8a6a5b8db321481a45.zip |
Bring optionalString into scope
-rw-r--r-- | custom/trivmix-service.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/trivmix-service.nix b/custom/trivmix-service.nix index 09a6dd3b..5e0e5b47 100644 --- a/custom/trivmix-service.nix +++ b/custom/trivmix-service.nix | |||
@@ -33,6 +33,7 @@ let | |||
33 | --prefix PATH : ${jack2Full}/bin | 33 | --prefix PATH : ${jack2Full}/bin |
34 | ''; | 34 | ''; |
35 | }; | 35 | }; |
36 | inherit (stdenv.lib) optionalString; | ||
36 | in rec { | 37 | in rec { |
37 | out = { | 38 | out = { |
38 | wantedBy = [ "sound.target" ]; | 39 | wantedBy = [ "sound.target" ]; |