We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017797c commit 4f4af19Copy full SHA for 4f4af19
day04/derivation.nix
@@ -1,4 +1,4 @@
1
-{ stdenv, perl }:
+{ stdenv }:
2
stdenv.mkDerivation {
3
name = "advent-of-code-2024-day04";
4
src = ./src;
0 commit comments