hell n back
This commit is contained in:
parent
3ee6761b45
commit
cac7203033
45 changed files with 2988 additions and 177 deletions
11
lib/mkSystem.nix
Normal file
11
lib/mkSystem.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ self, ... } @ inputs: name: system: inputs.nixpkgs.lib.nixosSystem (
|
||||
{
|
||||
inherit system;
|
||||
specialArgs = { inherit inputs self; };
|
||||
modules = [
|
||||
"${self}/hosts/${name}/system.nix"
|
||||
"${self}/hosts/${name}/user.nix"
|
||||
inputs.home-manager.nixosModule
|
||||
];
|
||||
}
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue