Skip to content

Commit f8cd64f

Browse files
committed
Fix packages.ekg issue.
1 parent fc4231b commit f8cd64f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
inputs.hackage.follows = "hackageNix";
1010
};
1111
hackageNix = {
12-
url = "github:input-output-hk/hackage.nix";
12+
url = "github:input-output-hk/hackage.nix?ref=for-stackage";
1313
flake = false;
1414
};
1515
iohkNix = {
@@ -213,6 +213,7 @@
213213

214214
modules = [
215215
({ lib, pkgs, ... }: {
216+
package-keys = ["ekg"];
216217
# Ignore version bounds
217218
packages.katip.doExactConfig = true;
218219
# Split data to reduce closure size

0 commit comments

Comments
 (0)