27 Nov
2025
27 Nov
'25
4:41 p.m.
Will allow us to get Spectrum packages inside pkgsMusl.callPackage, like we currently do with pkgsStatic. Signed-off-by: Alyssa Ross <hi@alyssa.is> --- pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/default.nix b/pkgs/default.nix index cc60228..0d159c9 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -56,6 +56,7 @@ let # the CLI easily. inherit (pkgs) cloud-hypervisor dbus; + pkgsMusl = makeScopeWithSplicing pkgs.pkgsMusl; pkgsStatic = makeScopeWithSplicing pkgs.pkgsStatic; srcWithNix = fileset.difference -- 2.51.0