summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorMichael Hoang <enzime@users.noreply.github.com>2023-07-11 18:58:29 +1000
committerMichael Hoang <enzime@users.noreply.github.com>2023-07-12 08:35:36 +1000
commit63af129cb56548edf8e620437443f8e8b57864f9 (patch)
tree414b54c9af4dc3bf231c4b66d4e68bca029abb58 /modules/system
parentac9a366aed7e0d4cbad304aa97d1a3da70f27fa5 (diff)
etc: use `.before-nix-darwin` instead of `.orig`
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/etc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/etc.nix b/modules/system/etc.nix
index d26c45e..2dfafcc 100644
--- a/modules/system/etc.nix
+++ b/modules/system/etc.nix
@@ -69,7 +69,7 @@ in
o=''${o%% *}
for h in ''${etcSha256Hashes["$l"]}; do
if [ "$o" = "$h" ]; then
- mv "$l" "$l.orig"
+ mv "$l" "$l.before-nix-darwin"
ln -s "$f" "$l"
break
else