summaryrefslogtreecommitdiff
path: root/bragi.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-21 13:22:06 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-21 13:22:06 +0200
commit420a61c56571706fb11a584c28b46d41c5f8cf5c (patch)
tree0100ea8ef83b6e3402fa7257daf21c65f1438705 /bragi.nix
parent27083fb4ed6cae892f81d878ceb209d9ec91c1b7 (diff)
downloadnixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.tar
nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.tar.gz
nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.tar.bz2
nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.tar.xz
nixos-420a61c56571706fb11a584c28b46d41c5f8cf5c.zip
Diffstat (limited to 'bragi.nix')
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index e9de41c3..9a9153fe 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -96,7 +96,7 @@ in rec {
96 (lib.mapAttrs (name: superPkgs.haskell.lib.dontCheck) superH) 96 (lib.mapAttrs (name: superPkgs.haskell.lib.dontCheck) superH)
97 Glob filelock hedgehog; 97 Glob filelock hedgehog;
98 inherit 98 inherit
99 (selfH.callPackage ./custom/thermoprint { inherit runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) 99 (selfH.callPackage ./custom/thermoprint { inherit (superPkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); })
100 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; 100 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode;
101 }; 101 };
102 }; 102 };