Skip to content

Commit e944baa

Browse files
committed
remove spurious K
1 parent 134bfc9 commit e944baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/deps_nix/derivation.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ defmodule DepsNix.Derivation do
5656
if prefetcher do
5757
prefetcher.(owner, repo, rev)
5858
else
59-
{"K", "buildMix"}
59+
{"", "buildMix"}
6060
end
6161

6262
fetcher = %FetchFromGitHub{

0 commit comments

Comments
 (0)