diff options
Diffstat (limited to 'nixos/modules/generic.nix')
-rw-r--r-- | nixos/modules/generic.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index c5dbd98..183bffe 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -62,11 +62,6 @@ in { }) ]; - system.extraSystemBuilderCmds = '' - substituteAll ${./nixos-system.sh} $out/bin/nixos-system - chmod +x $out/bin/nixos-system - ''; - documentation = { enable = mkDefault false; doc.enable = mkDefault false; |