summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
authorAlan Pearce2020-12-31 21:44:28 +0100
committerAlan Pearce2021-01-12 21:02:33 +0100
commit718ebf3e3fe216f88308b8cb44266cbb97b78e8a (patch)
tree6c157bf8176389d8fb35763f1c36851838f0f525 /system
parentbc017665a6baf52e6ace5ff4ee3ee1c81f6222db (diff)
downloadnixfiles-718ebf3e3fe216f88308b8cb44266cbb97b78e8a.tar.lz
nixfiles-718ebf3e3fe216f88308b8cb44266cbb97b78e8a.tar.zst
nixfiles-718ebf3e3fe216f88308b8cb44266cbb97b78e8a.zip
base: ensure cachix is installed
Diffstat (limited to 'system')
-rw-r--r--system/settings/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/base.nix b/system/settings/base.nix
index 92b5c0e5..2c7f61dc 100644
--- a/system/settings/base.nix
+++ b/system/settings/base.nix
@@ -8,6 +8,7 @@
 
   environment.systemPackages = with pkgs; [
     nix-index
+    cachix
     vim
     zstd
   ];