all: relock run
relock:
	nix flake update --recreate-lock-file
shell:
	nix -L develop
repl/%:
	nix -L develop -c cabal repl exe:$*
build:
	nix -L build
run: run/Day04
run/%:
	nix -L run .#$*