diff options
Diffstat (limited to 'emacs/Makefile')
-rw-r--r-- | emacs/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/Makefile b/emacs/Makefile new file mode 100644 index 000000000000..adaf8a61a132 --- /dev/null +++ b/emacs/Makefile @@ -0,0 +1,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 |