mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Rename nixosHostConfig to mkNixosHost
This commit is contained in:
parent
9715c97ac6
commit
ce4262d2e2
5 changed files with 14 additions and 14 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ inputs, ... }: let
|
||||
nixosHostConfig = import ./nixosHostConfig.nix { inherit inputs; };
|
||||
mkNixosHost = import ./mkNixosHost.nix { inherit inputs; };
|
||||
in {
|
||||
inherit (nixosHostConfig)
|
||||
nixosHostConfig
|
||||
inherit (mkNixosHost)
|
||||
mkNixosHost
|
||||
;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue