diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-20 00:55:21 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-08-20 00:55:21 +0200 |
commit | 509b61bceb74f66f3a06b11edb0e8173891c10bf (patch) | |
tree | 9cc9910386c23e5dd2d22e4ee8de0f007422ff42 /bragi.nix | |
parent | 8f0939b2a26414bbf9878b43edc8417069676019 (diff) | |
download | nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.tar nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.tar.gz nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.tar.bz2 nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.tar.xz nixos-509b61bceb74f66f3a06b11edb0e8173891c10bf.zip |
scoping
Diffstat (limited to 'bragi.nix')
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ in rec { | |||
33 | overrides = self: super: let | 33 | overrides = self: super: let |
34 | callPackage = pkgs.lib.callPackageWith ( pkgs // self ); | 34 | callPackage = pkgs.lib.callPackageWith ( pkgs // self ); |
35 | in { | 35 | in { |
36 | Glob = haskell.lib.dontTest Glob; | 36 | Glob = pkgs.haskell.lib.dontTest Glob; |
37 | 37 | ||
38 | trivmix = callPackage ./custom/trivmix {}; | 38 | trivmix = callPackage ./custom/trivmix {}; |
39 | inherit (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; | 39 | inherit (pkgs.callPackage ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; |