Skip to content

Commit

Permalink
Update nix
Browse files Browse the repository at this point in the history
  • Loading branch information
tbidne committed May 22, 2024
1 parent 405fc92 commit dc37c03
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 30 deletions.
36 changes: 15 additions & 21 deletions flake.lock

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

11 changes: 2 additions & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,8 @@
flake-parts.lib.mkFlake { inherit inputs; } {
perSystem = { pkgs, ... }:
let
ghc-version = "ghc963";
compiler = pkgs.haskell.packages."${ghc-version}".override {
overrides = final: prev: {
hedgehog = prev.hedgehog_1_4;
hlint = prev.hlint_3_6_1;
ormolu = prev.ormolu_0_7_2_0;
tasty-hedgehog = prev.tasty-hedgehog_1_4_0_2;
};
};
ghc-version = "ghc982";
compiler = pkgs.haskell.packages."${ghc-version}";
hlib = pkgs.haskell.lib;
mkPkg = returnShellEnv:
nix-hs-utils.mkHaskellPkg {
Expand Down

0 comments on commit dc37c03

Please sign in to comment.