Skip to content

Commit 947fbcc

Browse files
committed
allow over specifie dinputs.
1 parent 6af47f2 commit 947fbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
inputs.cabal.url = "github:hsyl20/cabal?ref=hsyl20/per-file-extra-source-options";
99
inputs.cabal.flake = false;
1010

11-
outputs = { self, nixpkgs, flake-utils, haskellNix, iohk-nix }:
11+
outputs = { self, nixpkgs, flake-utils, haskellNix, iohk-nix, ... }:
1212
let overlays = {
1313
inherit (iohk-nix.overlays) crypto;
1414
# add static-$pkg for a few packages to be able to pull them im explicitly.

0 commit comments

Comments
 (0)