Merge #210
210: hosts: add cachix r=nrdxp a=Pacman99 fixes #208 I think it was dropped during #157. It used to be added to nixosModules, but I think its better added to hosts, I don't see a reason to export the cachix module as an output. Co-authored-by: Pacman99 <pachum99@gmail.com>
This commit is contained in:
commit
4dcf191d1d
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user