6 lines
228 B
Makefile
6 lines
228 B
Makefile
|
install:
|
||
|
# TODO: I'd rather support `nix-env -f '<universe>' -iA emacs`, but at the
|
||
|
# moment this fails. I think it's failing because of the way I'm using
|
||
|
# readTree. I will need to investigate this further.
|
||
|
nix-env -f . -i
|