summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-16 21:08:40 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-16 21:08:40 +0200
commitd188e59f8e2f1675edc55582f538fdce376b1b95 (patch)
tree4a5e38faefcc653b794e8869257a9649330c88f3
parent81f0ca32cc172b51dba3c6236b738fc34a32ce03 (diff)
downloadnixos-d188e59f8e2f1675edc55582f538fdce376b1b95.tar
nixos-d188e59f8e2f1675edc55582f538fdce376b1b95.tar.gz
nixos-d188e59f8e2f1675edc55582f538fdce376b1b95.tar.bz2
nixos-d188e59f8e2f1675edc55582f538fdce376b1b95.tar.xz
nixos-d188e59f8e2f1675edc55582f538fdce376b1b95.zip
-rw-r--r--bragi.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/bragi.nix b/bragi.nix
index ba1a121b..d48afc9e 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -90,10 +90,10 @@ in rec {
90 src = fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; }; 90 src = fetchFromGitHub { owner = "pngwjpgh"; repo = "encoding"; rev = "extended-version-bounds"; sha256 = "0pzxixp384a1ywzj56pl7xc4ln7i9x6mq8spqjwcs80y0pgfpp9s"; };
91 }); 91 });
92 inherit 92 inherit
93 (lib.mapAttrs (name: haskell.lib.dontCheck) self) 93 (lib.mapAttrs (name: haskell.lib.dontCheck) super)
94 Glob filelock hedgehog; 94 Glob filelock hedgehog;
95 inherit 95 inherit
96 (self.callPackage ./custom/thermoprint { inherit runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) 96 (callPackage ./custom/thermoprint { inherit runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); })
97 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; 97 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode;
98 }; 98 };
99 }; 99 };