Skip to content

Commit ce48ab8

Browse files
committed
fix: unnecessary parameter
1 parent 6f92c95 commit ce48ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, buildPackages, craneLib, stdenv, windows, libgit2, pkg-config, features ? []}:
1+
{ lib, buildPackages, craneLib, stdenv, windows, pkg-config, features ? []}:
22

33
craneLib.buildPackage rec {
44
src = ./.;

0 commit comments

Comments
 (0)