Skip to content

Commit

Permalink
Merge pull request #1096 from obsidiansystems/fix-pure-eval
Browse files Browse the repository at this point in the history
Fix pure eval
  • Loading branch information
Ericson2314 authored Sep 27, 2024
2 parents f65669f + da6a05b commit c9af1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dep/gitignore.nix/github.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"repo": "gitignore.nix",
"branch": "master",
"private": false,
"rev": "7415c4feb127845553943a3856cbc5cb967ee5e0",
"sha256": "1zd1ylgkndbb5szji32ivfhwh04mr1sbgrnvbrqpmfb67g2g3r9i"
"rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
"sha256": "02wxkdpbhlm3yk5mhkhsp3kwakc16xpmsf2baw57nz1dg459qv8w"
}
2 changes: 1 addition & 1 deletion haskell-overlays/misc-deps.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ rec {
modern-uri = haskellLib.doJailbreak super.modern-uri;
monad-logger = self.callHackage "monad-logger" "0.3.36" { };
neat-interpolation = haskellLib.doJailbreak super.neat-interpolation;
nix-thunk = (import ../dep/nix-thunk { }).makeRunnableNixThunk (haskellLib.doJailbreak (self.callCabal2nix "nix-thunk" (hackGet ../dep/nix-thunk) { }));
nix-thunk = (import ../dep/nix-thunk { inherit pkgs; }).makeRunnableNixThunk (haskellLib.doJailbreak (self.callCabal2nix "nix-thunk" (hackGet ../dep/nix-thunk) { }));
cli-extras = haskellLib.doJailbreak (self.callCabal2nix "cli-extras" (hackGet ../dep/cli-extras) { });
cli-git = haskellLib.doJailbreak (haskellLib.overrideCabal (self.callCabal2nix "cli-git" (hackGet ../dep/cli-git) { }) {
librarySystemDepends = with pkgs; [
Expand Down

0 comments on commit c9af1a8

Please sign in to comment.