Skip to content

Commit

Permalink
Fix nix
Browse files Browse the repository at this point in the history
  • Loading branch information
jappeace committed Jun 26, 2024
1 parent 1ed4f72 commit 3a6ffee
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions nix/pkgs.nix
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
import ./pin.nix {
config = {

packageOverrides = pkgs: {
packageOverrides = pkgs:
let lib = pkgs.haskell.lib;
in
{

haskell = pkgs.lib.recursiveUpdate pkgs.haskell {
packageOverrides = hpNew: hpOld: {
keter = hpNew.callPackage ../default.nix {};

http-reverse-proxy = hpNew.callHackageDirect {
pkg = "http-reverse-proxy";
ver = "0.6.0.1";
sha256 = "09z9swznhzxb97ns8hnyjssm91ngsi4bvlqy6bmphqhj9c1m345x";
} {};
stm-lifted = lib.doJailbreak (lib.markUnbroken hpOld.stm-lifted);
};
};
};
Expand Down

0 comments on commit 3a6ffee

Please sign in to comment.