From 3662438f546be208fe2e218b1b1ee827a66ff4d0 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Wed, 21 May 2025 14:18:26 +0200 Subject: [PATCH] pkgs/clan: Clean select symlink up If the symlink is not cleaned up this will break builds of the clan cli from flakes with path references. --- pkgs/clan-cli/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/clan-cli/default.nix b/pkgs/clan-cli/default.nix index f6cd2dc14..18fcca1a0 100644 --- a/pkgs/clan-cli/default.nix +++ b/pkgs/clan-cli/default.nix @@ -67,6 +67,7 @@ let # In cases where the devshell created this file, this will already exist rm -f $out/clan_lib/nixpkgs + 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)" \