Skip to content

Commit 7769123

Browse files
committed
Fix syntax error
1 parent 2aead86 commit 7769123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix-tools/static/zipped.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ let
5050
++ stringifyInputs inputs
5151
++ stringifyInputs inputs.haskellNix.inputs;
5252

53-
buildInputs = [
53+
buildInputs =
5454
[ pkgs.nix pkgs.gitMinimal ]
5555
++ stringifyInputs inputs
5656
++ stringifyInputs inputs.haskellNix.inputs;

0 commit comments

Comments
 (0)