about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-03-04T19·11+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-03-04T19·49+0000
commitb0dfa088a504facf9354b7d1cd4be6141c857796 (patch)
tree80131df9523d4c8ab67d6f15ba8e236e3f7f0b32 /default.nix
parent11d83367332f81bf938867a08c7b57b604baef19 (diff)
Move emacs to top-level nix expression
When I run `nix-build -f '<briefcase>' -iA emacs`, readTree will define...
- pkgs
- depot
- briefcase
...and whatever else I choose to define.
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index 36dba2915b..dfc360ead5 100644
--- a/default.nix
+++ b/default.nix
@@ -8,6 +8,7 @@ let
   };
 in {
   nixos       = readTree ./nixos;
+  emacs       = readTree ./emacs;
   blog        = readTree ./blog;
   lisp        = readTree ./lisp;
   gopkgs      = readTree ./gopkgs;