drop packages in NUR like nixpkgs
06kellyjac opened this issue · 1 comments
06kellyjac commented
How do I drop packages with throw aliases but not have them break CI?
https://github.com/NixOS/nixpkgs/blob/master/pkgs/top-level/aliases.nix#L241-L243
https://github.com/nix-community/nur-packages-template/blob/master/ci.nix
Mic92 commented
You could try builtins.tryEval
https://github.com/Mic92/nixpkgs-review/blob/0f81d81f0f962001f00bfccaa76c633abc033dd1/nixpkgs_review/nix/evalAttrs.nix#L12