feat(nixos): pass inputs and hostName as specialArgs to nixosSystem
This commit is contained in:
parent
b43476ccee
commit
e385783de2
4 changed files with 32 additions and 6 deletions
4
modules/flake-parts/modules.nix
Normal file
4
modules/flake-parts/modules.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{
|
||||
imports = [ inputs.flake-parts.flakeModules.modules ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue