Skip to content

Commit 9388975

Browse files
committed
Use flake-utils from numtide
1 parent ea68345 commit 9388975

File tree

2 files changed

+40
-10
lines changed

2 files changed

+40
-10
lines changed

flake.lock

Lines changed: 39 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
haskell-nix.inputs.hackage.follows = "hackage-nix";
99
hackage-nix.url = "github:input-output-hk/hackage.nix";
1010
hackage-nix.flake = false;
11-
flake-utils.follows = "haskell-nix/flake-utils";
11+
flake-utils.url = "github:numtide/flake-utils";
1212
};
1313

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

0 commit comments

Comments
 (0)