select: drop unused nixpkgs fallback

This commit is contained in:
Jörg Thalheim
2025-06-27 19:12:44 +02:00
parent 553d13b05a
commit 6afe4305b4
2 changed files with 1 additions and 16 deletions

View File

@@ -70,7 +70,6 @@ let
rm -f $out/clan_lib/select
substituteInPlace $out/clan_lib/flake/flake.py \
--replace-fail '@fallback_nixpkgs_hash@' "$(jq -r '.nodes.nixpkgs.locked.narHash' ${nixpkgs'}/flake.lock)" \
--replace-fail '@select_hash@' "$(jq -r '.nodes."nix-select".locked.narHash' ${../../flake.lock})"
ln -sf ${nixpkgs'} $out/clan_lib/nixpkgs
ln -sf ${nix-select} $out/clan_lib/select