diff options
author | tv <tv@shackspace.de> | 2015-02-20 13:02:24 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-02-20 13:02:24 +0100 |
commit | c0792201d5a8a8ed53a22f6c0bb3616f1f77821e (patch) | |
tree | 4d31ce3df9646cea1a99f4e1fb54847eb0d270b4 /Makefile | |
parent | 1d7180131cbd90c1fd8ca120bfafd96fdcce00e2 (diff) |
make install-env: initial commit
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |