Skip to content

Commit fcb61ce

Browse files
committed
Pin iogx to specific rev
This ensures that flake lock inputs are still found on this old version of the iogx repository.
1 parent c0f14d3 commit fcb61ce

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

flake.lock

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

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
inputs = {
66

77
iogx = {
8-
url = "github:input-output-hk/iogx";
8+
url = "github:input-output-hk/iogx/6eb8822d6e12d1c88b2bf0280b405df0eebe7fe6";
99
inputs.hackage.follows = "hackage";
1010
inputs.CHaP.follows = "CHaP";
1111
inputs.haskell-nix.follows = "haskell-nix";
@@ -31,7 +31,7 @@
3131
};
3232

3333

34-
outputs = inputs: inputs.iogx.lib.mkFlake {
34+
outputs = inputs: inputs.iogx.lib.mkFlake {
3535
inherit inputs;
3636
repoRoot = ./.;
3737
systems = [ "x86_64-darwin" "x86_64-linux" "aarch64-darwin" ];

0 commit comments

Comments
 (0)