summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-12 19:24:48 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-12 19:24:48 +0200
commitd73cca08789056d2e47e0dddb67c3b6ed4707258 (patch)
tree0cfb4ff741919a76579d00fe4a79ef642078271b
parent78992938d7088a0af3d1a72179eab6e9bf0db23a (diff)
downloadnixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.tar
nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.tar.gz
nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.tar.bz2
nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.tar.xz
nixos-d73cca08789056d2e47e0dddb67c3b6ed4707258.zip
no check hedgehog
-rw-r--r--bragi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi.nix b/bragi.nix
index f58df4a2..045973a3 100644
--- a/bragi.nix
+++ b/bragi.nix
@@ -33,7 +33,7 @@ in rec {
33 trivmix = self.callPackage ./custom/trivmix/trivmix.nix {}; 33 trivmix = self.callPackage ./custom/trivmix/trivmix.nix {};
34 inherit 34 inherit
35 (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super) 35 (lib.mapAttrs (name: oldPkgs.haskell.lib.dontCheck) super)
36 Glob filelock; 36 Glob filelock hedgehog;
37 inherit 37 inherit
38 (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); }) 38 (self.callPackage ./custom/thermoprint { inherit (pkgs) runCommand makeWrapper; extraPackages = (p: with p; [ persistent-postgresql ]); })
39 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode; 39 thermoprint-spec thermoprint-bbcode thermoprint-client thermoprint-server thermoprint-webgui tprint bbcode;