Skip to content

Commit c64a9d7

Browse files
committed
fixup! fixup! Automatically generate cache
1 parent 4422de5 commit c64a9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stack-cache-generator.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{ pkgs }:
44
{ src, stackYaml ? "stack.yaml" }:
55
let
6-
s2n = import ../pkgs/stack-to-nix { inherit pkgs; };
6+
s2n = import ../pkgs/stack-to-nix/lib.nix pkgs;
77

88
# All repos served via ssh or git protocols are usually private
99
private = url: pkgs.lib.substring 0 4 url != "http";

0 commit comments

Comments
 (0)