refactor: hosts' systems & modules
This commit is contained in:
parent
0e465f6c84
commit
37c4eeaca6
7 changed files with 77 additions and 125 deletions
5
lib/default.nix
Normal file
5
lib/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
inputs: self: super:
|
||||
let
|
||||
system = import ./system.nix inputs self super;
|
||||
in
|
||||
system
|
||||
Loading…
Add table
Add a link
Reference in a new issue