init
This commit is contained in:
8
libs/default.nix
Normal file
8
libs/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
let
|
||||
# 导入mkNixosSystem函数
|
||||
mkNixosSystemLib = import ./mkNixosSystem.nix;
|
||||
in
|
||||
{
|
||||
# 导出mkNixosSystem函数
|
||||
inherit (mkNixosSystemLib) mkNixosSystem;
|
||||
}
|
||||
Reference in New Issue
Block a user