summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2017-04-30 14:05:41 +0200
committertv <tv@krebsco.de>2017-04-30 15:46:32 +0200
commitb6e8b5ccbf5f6862cf3f8629df9e101b90e342db (patch)
tree96cd0405eb43b9d4937216e19dea5b27c7387344 /Makefile
parent34f190366c99b7b3f7a90636e14ac77794a532c0 (diff)
rm {common,env,install}.nix
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