From 9abb83359120d17556605c4232798fbfc7a62392 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 6 Mar 2017 21:14:21 +0100 Subject: Bring lib into scope --- bragi.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/bragi.nix b/bragi.nix index a971e6a9..518a3f94 100644 --- a/bragi.nix +++ b/bragi.nix @@ -3,6 +3,7 @@ let trivmixService = opts: (pkgs.callPackage ./custom/trivmix-service.nix opts).out; thermoprint-servant = (pkgs.callPackage ./custom/thermoprint {}).thermoprint-servant; + inherit (pkgs) lib; in rec { imports = [ ./musnix -- cgit v1.2.3