blob: adaf8a61a132ed7008b4bdc5ac5140db700ae8cf (
plain) (
blame)
1
2
3
4
5
|
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
|