Testing lib.mkForce
This commit is contained in:
+307
-305
File diff suppressed because it is too large
Load Diff
@@ -2091,8 +2091,10 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
# Copy repo configs/scripts into ~/.config
|
# Copy repo configs/scripts into ~/.config
|
||||||
xdg.configFile."${targetRel}".source = lib.mkForce repoConf;
|
xdg.configFile."${targetRel}" = {
|
||||||
xdg.configFile."${targetRel}".backup = lib.mkForce false;
|
source = lib.mkForce repoConf;
|
||||||
|
backup = lib.mkForce false;
|
||||||
|
}
|
||||||
xdg.configFile."${targetOverflowRel}" = {
|
xdg.configFile."${targetOverflowRel}" = {
|
||||||
source = lib.mkForce repoOverflowScript;
|
source = lib.mkForce repoOverflowScript;
|
||||||
backup = lib.mkForce false;
|
backup = lib.mkForce false;
|
||||||
|
|||||||
@@ -30,8 +30,10 @@ in
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
# Copy repo configs/scripts into ~/.config
|
# Copy repo configs/scripts into ~/.config
|
||||||
xdg.configFile."${targetRel}".source = lib.mkForce repoConf;
|
xdg.configFile."${targetRel}" = {
|
||||||
xdg.configFile."${targetRel}".backup = lib.mkForce false;
|
source = lib.mkForce repoConf;
|
||||||
|
backup = lib.mkForce false;
|
||||||
|
}
|
||||||
xdg.configFile."${targetOverflowRel}" = {
|
xdg.configFile."${targetOverflowRel}" = {
|
||||||
source = lib.mkForce repoOverflowScript;
|
source = lib.mkForce repoOverflowScript;
|
||||||
backup = lib.mkForce false;
|
backup = lib.mkForce false;
|
||||||
|
|||||||
Reference in New Issue
Block a user