79106501

Date: 2024-10-20 06:50:35
Score: 2
Natty:
Report link

Based on this comment https://github.com/NixOS/nix/issues/7165#issuecomment-1309220847 and https://www.tweag.io/blog/2022-09-22-rust-nix/

Define a package all:

packages.all = pkgs.symlinkJoin {
  name = "all";
  paths = [ packages.a packages.b packages.c ];
};
default = packages.all;
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Peter Becich