Skip to content

Commit

Permalink
Use hnix 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed May 23, 2021
1 parent 0f7bde0 commit b538156
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,13 @@ in hp.developPackage {
name = "update-nix-fetchgit";
root = nix-gitignore.gitignoreSource [ ] ./.;
overrides = self: super: {
hnix = pkgs.haskell.lib.appendPatch super.hnix ./hnix.patch;
hnix = pkgs.haskell.lib.dontCheck (self.callHackageDirect {
pkg = "hnix";
ver = "0.13.1";
sha256 = "0v3r33azlv050fv8y5vw0pahdnch7vqq94viwrp9vlw8hpiys8qn";
} { });
relude = self.relude_1_0_0_1;
semialign = self.semialign_1_2;
};
modifier = drv: haskell.lib.addBuildTools drv [ git nix nix-prefetch-git ];
returnShellEnv = forShell;
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ library:
- bytestring >= 0.10
- data-fix
- github-rest
- hnix >= 0.13
- hnix >= 0.13.1
- monad-validate
- mtl
- process >= 1.2
Expand Down
2 changes: 1 addition & 1 deletion update-nix-fetchgit.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ library
, bytestring >=0.10
, data-fix
, github-rest
, hnix >=0.13
, hnix >=0.13.1
, monad-validate
, mtl
, process >=1.2
Expand Down

0 comments on commit b538156

Please sign in to comment.