all repos — nixfiles @ 34ace803240c274a33130325f00ffbd2acc9f17f

System and user configuration, managed by nix and home-manager

base: ensure cachix is installed
Alan Pearce alan@alanpearce.eu
Thu, 31 Dec 2020 21:44:28 +0100
commit

34ace803240c274a33130325f00ffbd2acc9f17f

parent

fc836e6bcebeda1eb02b5cabb4b865881f54ef47

1 files changed, 6 insertions(+), 0 deletions(-)

jump to
M system/settings/base.nixsystem/settings/base.nix
@@ -6,6 +6,12 @@ ../modules/nextdns.nix   ];
   boot.loader.timeout = lib.mkDefault 1;
 
+  environment.systemPackages = with pkgs; [
+    nix-index
+    cachix
+    zstd
+  ];
+
   programs.zsh = {
     histFile = "\${XDG_DATA_HOME}/zsh/history";
   };