diff options
-rw-r--r-- | bragi.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -32,7 +32,7 @@ in rec { | |||
32 | overrides = self: super: { | 32 | overrides = self: super: { |
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: drv: oldPkgs.haskell.lib.dontCheck drv) super) |
36 | Glob filelock; | 36 | Glob filelock; |
37 | inherit | 37 | inherit |
38 | (pkgs.lib.callPackageWith (pkgs // self) ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) | 38 | (pkgs.lib.callPackageWith (pkgs // self) ./custom/thermoprint { extraPackages = (p: with p; [ persistent-postgresql ]); }) |