about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/binary-cache/caches/kusanari-hydra.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/binary-cache/caches/kusanari-hydra.nix b/modules/binary-cache/caches/kusanari-hydra.nix
index 2c2da8f..a1f4099 100644
--- a/modules/binary-cache/caches/kusanari-hydra.nix
+++ b/modules/binary-cache/caches/kusanari-hydra.nix
@@ -1,4 +1,4 @@
-{ config, lib, ... }:
+{ config, lib, pkgs, ... }:
 
 {
   nix.settings = {
@@ -9,4 +9,6 @@
       "hydra:aQij+np/Omz8vILwpvgz+gajP9KSjKe5kRNWwthI5gI="
     ];
   };
+
+  environment.systemPackages = [ pkgs.attic ];
 }