Merge pull request 'pkgs/clan: Clean select symlink up' (#3734) from kenji/clan-core:ke-fix-clan-cli into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/3734
Reviewed-by: lassulus <clanlol@lassul.us>
This commit is contained in:
kenji
2025-05-21 13:08:21 +00:00

View File

@@ -67,6 +67,7 @@ let
# In cases where the devshell created this file, this will already exist # In cases where the devshell created this file, this will already exist
rm -f $out/clan_lib/nixpkgs rm -f $out/clan_lib/nixpkgs
rm -f $out/clan_lib/select
substituteInPlace $out/clan_lib/flake/flake.py \ substituteInPlace $out/clan_lib/flake/flake.py \
--replace-fail '@fallback_nixpkgs_hash@' "$(jq -r '.nodes.nixpkgs.locked.narHash' ${nixpkgs'}/flake.lock)" \ --replace-fail '@fallback_nixpkgs_hash@' "$(jq -r '.nodes.nixpkgs.locked.narHash' ${nixpkgs'}/flake.lock)" \