enable make run from /nix/store
[julm/AoC-2020.git] / Makefile
index 05abba062ca71d931f64239dfcc8624ff0e84e92..cf860337a6ea5776bcd747a848d5c579b8df3aac 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,4 @@ build/%:
        nix -L build .#$*
 run: $(foreach day,$(days), run/Day$(day))
 run/%:
-       nix -L run .#$*
+       nix -L run --no-write-lock-file .#$*