From 25a2431ff790aaf1c94864d45f26b16b2ffa22f9 Mon Sep 17 00:00:00 2001 From: Pacman99 Date: Tue, 23 Mar 2021 10:25:42 -0700 Subject: [PATCH] hosts: add cachix --- hosts/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/default.nix b/hosts/default.nix index 930f5f23..2a874e86 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -70,6 +70,8 @@ let # Everything in `./modules/list.nix`. flakeModules = { imports = builtins.attrValues self.nixosModules ++ extern.modules; }; + + cachix = ../cachix.nix; }; specialArgs = extern.specialArgs // { suites = suites.system; };