Testing lib.mkForce

This commit is contained in:
2026-03-01 18:24:47 +01:00
parent db2b9e4a06
commit eb18a3628a
18 changed files with 944 additions and 1012 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ in
home-manager.extraSpecialArgs = {
inherit user inputs;
flakeRoot = inputs.self;
flakeRoot.outPath= inputs.self;
};
home-manager.backupFileExtension = "backup";
@@ -72,7 +72,7 @@ in
hostname = machine;
inherit user;
inherit inputs;
flakeRoot = inputs.self;
flakeRoot.outPath= inputs.self;
};
};
}) machines