rebuilding minimised nix files
This commit is contained in:
+296
-296
File diff suppressed because it is too large
Load Diff
@@ -738,7 +738,7 @@ Lets look at the individual modules
|
||||
|
||||
#+name: flake-emacs-module
|
||||
#+begin_src nix
|
||||
({ ... }: {
|
||||
({ lib, ... }: {
|
||||
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
|
||||
})
|
||||
#+end_src
|
||||
|
||||
@@ -42,7 +42,7 @@ in
|
||||
name = machine;
|
||||
value = lib.nixosSystem {
|
||||
modules = [
|
||||
({ ... }: {
|
||||
({ lib, ... }: {
|
||||
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
|
||||
})
|
||||
./machines/${machine}/configuration.nix
|
||||
|
||||
Reference in New Issue
Block a user