Fix Darwin switch after remote reconciliation
This commit is contained in:
@@ -95,17 +95,7 @@
|
||||
(final: prev: {
|
||||
codex = inputs.codex-cli-nix.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
claude-code = inputs.claude-code-nix.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
git-sync-rs = let
|
||||
base = inputs.git-sync-rs.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
in
|
||||
prev.symlinkJoin {
|
||||
name = "${base.name}-wrapped";
|
||||
paths = [base];
|
||||
postBuild = ''
|
||||
ln -s $out/bin/git-sync-rs $out/bin/git-sync-on-inotify
|
||||
ln -s $out/bin/git-sync-rs $out/bin/git-sync
|
||||
'';
|
||||
};
|
||||
git-sync-rs = inputs.git-sync-rs.packages.${prev.stdenv.hostPlatform.system}.default;
|
||||
})
|
||||
]
|
||||
++ (
|
||||
|
||||
Reference in New Issue
Block a user