diff options
author | Alan Pearce | 2020-12-31 21:47:47 +0100 |
---|---|---|
committer | Alan Pearce | 2021-03-02 10:14:59 +0100 |
commit | 94aa169b424dc6fabc86e145af838711e0e5cb2d (patch) | |
tree | 6b3f190946fb0277a235e0e5f0215ba4633ad9ec /system/settings | |
parent | 34ace803240c274a33130325f00ffbd2acc9f17f (diff) | |
download | nixfiles-94aa169b424dc6fabc86e145af838711e0e5cb2d.tar.lz nixfiles-94aa169b424dc6fabc86e145af838711e0e5cb2d.tar.zst nixfiles-94aa169b424dc6fabc86e145af838711e0e5cb2d.zip |
Extract always-requested system packages to module
Diffstat (limited to 'system/settings')
-rw-r--r-- | system/settings/base.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/system/settings/base.nix b/system/settings/base.nix index 6b5fef19..35d00faa 100644 --- a/system/settings/base.nix +++ b/system/settings/base.nix @@ -7,8 +7,6 @@ boot.loader.timeout = lib.mkDefault 1; environment.systemPackages = with pkgs; [ - nix-index - cachix zstd ]; |