summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-02-20 13:02:24 +0100
committertv <tv@shackspace.de>2015-02-20 13:02:24 +0100
commitc0792201d5a8a8ed53a22f6c0bb3616f1f77821e (patch)
tree4d31ce3df9646cea1a99f4e1fb54847eb0d270b4
parent1d7180131cbd90c1fd8ca120bfafd96fdcce00e2 (diff)
make install-env: initial commit
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e07ff6f..56c7f6f 100644
--- a/Makefile
+++ b/Makefile
@@ -9,3 +9,7 @@ clean:
.PHONY: install
install:
nix-env --arg target "$$(cabal2nix .)" -f install.nix -i
+
+.PHONY: install-env
+install-env:
+ nix-env -f env.nix -i