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
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ let
|
||||||
|
|
||||||
# Everything in `./modules/list.nix`.
|
# Everything in `./modules/list.nix`.
|
||||||
flakeModules = { imports = builtins.attrValues self.nixosModules ++ extern.modules; };
|
flakeModules = { imports = builtins.attrValues self.nixosModules ++ extern.modules; };
|
||||||
|
|
||||||
|
cachix = ../cachix.nix;
|
||||||
};
|
};
|
||||||
|
|
||||||
specialArgs = extern.specialArgs // { suites = suites.system; };
|
specialArgs = extern.specialArgs // { suites = suites.system; };
|
||||||
|
|
Loading…
Reference in a new issue