Skip to content

Commit 4f4af19

Browse files
committed
Remove unneeded perl dependency
1 parent 017797c commit 4f4af19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

day04/derivation.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ stdenv, perl }:
1+
{ stdenv }:
22
stdenv.mkDerivation {
33
name = "advent-of-code-2024-day04";
44
src = ./src;

0 commit comments

Comments
 (0)