Testing lib.mkForce
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user