Skip to content

Commit

Permalink
fixup! fixup! Automatically generate cache
Browse files Browse the repository at this point in the history
  • Loading branch information
balsoft committed Dec 30, 2019
1 parent a85b95f commit fb7544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stack-cache-generator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{ pkgs }:
{ src, stackYaml ? "stack.yaml" }:
let
s2n = import ../pkgs/stack-to-nix { inherit pkgs; };
s2n = import ../pkgs/stack-to-nix/lib.nix pkgs;

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

0 comments on commit fb7544d

Please sign in to comment.