Skip to content

Commit

Permalink
Bump haskellNix and follow haskellNix/nixpkgs-unstable
Browse files Browse the repository at this point in the history
 this also fix legacy nix-shell and nix build.
  • Loading branch information
jbgi authored and nc6 committed Mar 16, 2022
1 parent f5e5886 commit 79ced87
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 54 deletions.
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-- run `nix flake lock --update-input hackageNix` after updating index-state.
index-state: 2022-02-18T00:00:00Z

packages:
Expand Down
102 changes: 52 additions & 50 deletions flake.lock

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

5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@

inputs = {
# IMPORTANT: report any change to nixpkgs channel in nix/default.nix:
nixpkgs = {
url = "github:nixos/nixpkgs.nix";
};
nixpkgs.follows = "haskellNix/nixpkgs-unstable";
hostNixpkgs.follows = "nixpkgs";
hackageNix = {
url = "github:input-output-hk/hackage.nix";
Expand All @@ -19,7 +17,6 @@
url = "github:input-output-hk/haskell.nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.hackage.follows = "hackageNix";
inputs.nix-tools.follows = "nixTools";
};
utils.url = "github:numtide/flake-utils";
iohkNix = {
Expand Down

0 comments on commit 79ced87

Please sign in to comment.