summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-03-06 21:14:21 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2017-03-06 21:14:21 +0100
commit9abb83359120d17556605c4232798fbfc7a62392 (patch)
tree7b6308e181ced537c3c16b68247c4d13d0034ce0 /bragi.nix
parentcf8aef18aad8e92f699165350ec4e18a0f2ee3f5 (diff)
downloadnixos-9abb83359120d17556605c4232798fbfc7a62392.tar
nixos-9abb83359120d17556605c4232798fbfc7a62392.tar.gz
nixos-9abb83359120d17556605c4232798fbfc7a62392.tar.bz2
nixos-9abb83359120d17556605c4232798fbfc7a62392.tar.xz
nixos-9abb83359120d17556605c4232798fbfc7a62392.zip
Bring lib into scope
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/bragi.nix b/bragi.nix
index a971e6a9..518a3f94 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -3,6 +3,7 @@
3let 3let
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;
6in rec { 7in rec {
7 imports = 8 imports =
8 [ ./musnix 9 [ ./musnix