Skip to content

Commit

Permalink
Update hackage-nix independently from haskell-nix
Browse files Browse the repository at this point in the history
  • Loading branch information
andreabedini committed Mar 22, 2023
1 parent 4255bd1 commit 586b692
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
13 changes: 8 additions & 5 deletions flake.lock

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

5 changes: 4 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@
inputs = {
nixpkgs.follows = "haskell-nix/nixpkgs-unstable";
haskell-nix.url = "github:input-output-hk/haskell.nix";
haskell-nix.inputs.hackage.follows = "hackage-nix";
hackage-nix.url = "github:input-output-hk/hackage.nix";
hackage-nix.flake = false;
flake-utils.follows = "haskell-nix/flake-utils";
};

outputs = { self, nixpkgs, flake-utils, haskell-nix }:
outputs = { self, nixpkgs, flake-utils, haskell-nix, ... }:

flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
let
Expand Down

0 comments on commit 586b692

Please sign in to comment.