Skip to content

Commit

Permalink
Move to ghc963 and patched static-haskell-nix
Browse files Browse the repository at this point in the history
  • Loading branch information
u-quark committed Oct 24, 2023
1 parent 8bdfafc commit cf9a9e8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
17 changes: 9 additions & 8 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
inputs = {
nixpkgs.url = "github:u-quark/nixpkgs?ref=gg";
static-haskell = {
url = "github:nh2/static-haskell-nix";
url = "github:u-quark/static-haskell-nix?ref=gg";
flake = false;
};
libgit2 = {
Expand Down
2 changes: 1 addition & 1 deletion nix/default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ inputs }:

let
ghc = "ghc962";
ghc = "ghc963";
pkgs = import inputs.nixpkgs { system = "x86_64-linux"; };
static-pkgs-overlay = import ./static-pkgs-overlay.nix {
inherit inputs;
Expand Down

0 comments on commit cf9a9e8

Please sign in to comment.