Skip to content

Commit

Permalink
Flake build works with ghc966
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 10, 2024
1 parent 2e3f003 commit 6c2b3ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@

src = gitignore.lib.gitignoreSource ./.;

flake = (pkgs.hixProject "ghc964" src).flake {};
flakeStatic = (pkgs.pkgsCross.musl64.hixProject "ghc964" src).flake {};
compilerNixName = "ghc966";

flake = (pkgs.hixProject compilerNixName src).flake {};
flakeStatic = (pkgs.pkgsCross.musl64.hixProject compilerNixName src).flake {};

in
rec {
Expand Down

0 comments on commit 6c2b3ef

Please sign in to comment.