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)" \