aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1f7fd98b4..495539701 100644
--- a/Makefile
+++ b/Makefile
@@ -91,10 +91,10 @@ README.md: README.template MANUAL.txt tools/update-readme.lua
pandoc --lua-filter tools/update-readme.lua \
--reference-location=section -t gfm $< -o $@
-default.nix: pandoc.cabal
+project.nix: pandoc.cabal
nix-shell --pure -p cabal2nix --run "cabal2nix ." > $@
-nix-shell: default.nix
+nix-shell: project.nix
nix-shell --attr env release.nix
download_stats: