Skip to content

Commit

Permalink
push updated nixpkgs and remove the jailbreak
Browse files Browse the repository at this point in the history
  • Loading branch information
liesnikov committed Sep 19, 2024
1 parent 25224f2 commit cc35668
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
src = ./.;
extraCabal2nixOptions = options; #"--jailbreak"
};
# jailbreaking here because otherwise aeson has to be overridden and that triggers recompilation of a lot of dependencies
agda2hs-hs = pkgs.haskellPackages.callPackage (agda2hs-pkg "--jailbreak") {};
agda2hs-hs = pkgs.haskellPackages.callPackage (agda2hs-pkg "") {};
agda2hs-expr = import ./agda2hs.nix;
agda2hs = pkgs.callPackage agda2hs-expr {
inherit self;
Expand Down

0 comments on commit cc35668

Please sign in to comment.