diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-06 21:14:21 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-03-06 21:14:21 +0100 |
commit | 9abb83359120d17556605c4232798fbfc7a62392 (patch) | |
tree | 7b6308e181ced537c3c16b68247c4d13d0034ce0 | |
parent | cf8aef18aad8e92f699165350ec4e18a0f2ee3f5 (diff) | |
download | nixos-9abb83359120d17556605c4232798fbfc7a62392.tar nixos-9abb83359120d17556605c4232798fbfc7a62392.tar.gz nixos-9abb83359120d17556605c4232798fbfc7a62392.tar.bz2 nixos-9abb83359120d17556605c4232798fbfc7a62392.tar.xz nixos-9abb83359120d17556605c4232798fbfc7a62392.zip |
Bring lib into scope
-rw-r--r-- | bragi.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ | |||
3 | let | 3 | let |
4 | trivmixService = opts: (pkgs.callPackage ./custom/trivmix-service.nix opts).out; | 4 | trivmixService = opts: (pkgs.callPackage ./custom/trivmix-service.nix opts).out; |
5 | thermoprint-servant = (pkgs.callPackage ./custom/thermoprint {}).thermoprint-servant; | 5 | thermoprint-servant = (pkgs.callPackage ./custom/thermoprint {}).thermoprint-servant; |
6 | inherit (pkgs) lib; | ||
6 | in rec { | 7 | in rec { |
7 | imports = | 8 | imports = |
8 | [ ./musnix | 9 | [ ./musnix |