summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-12-31 21:47:47 +0100
committerAlan Pearce2021-03-02 10:14:59 +0100
commit94aa169b424dc6fabc86e145af838711e0e5cb2d (patch)
tree6b3f190946fb0277a235e0e5f0215ba4633ad9ec /system
parent34ace803240c274a33130325f00ffbd2acc9f17f (diff)
downloadnixfiles-94aa169b424dc6fabc86e145af838711e0e5cb2d.tar.lz
nixfiles-94aa169b424dc6fabc86e145af838711e0e5cb2d.tar.zst
nixfiles-94aa169b424dc6fabc86e145af838711e0e5cb2d.zip
Extract always-requested system packages to module
Diffstat (limited to 'system')
-rw-r--r--system/settings/base.nix2
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
   ];