summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index dbd3b4a..978bf5f 100644
--- a/Makefile
+++ b/Makefile
@@ -13,10 +13,6 @@ ghci: shell.nix
install:
$(error to install run "make result && nix-env -i ./result")
-.PHONY: install-env
-install-env:
- nix-env -f env.nix -i
-
.PHONY: result
result: shell.nix
nix-build --arg nixpkgs 'import <stockholm>' ./shell.nix