add gcc to nix-ld profile

helps with pip doing sdist stuff
This commit is contained in:
Peder Bergebakken Sundt 2025-01-26 15:56:07 +01:00
parent cd63719915
commit 36188d39b7

View File

@ -59,4 +59,9 @@
xorg.libxshmfence
zlib
];
environment.systemPackages = with pkgs; [
gcc
];
}