1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 14:51:16 +02:00

Everything builds in the dev shell now

This commit is contained in:
John Ericson 2024-06-27 18:09:32 -04:00
parent 429d6ae2b5
commit 46ec69a483
9 changed files with 238 additions and 8 deletions

View file

@ -85,7 +85,7 @@ mkDerivation (finalAttrs: {
'';
mesonFlags = [
(lib.mesonFeature "gc" enableGC)
(lib.mesonEnable "gc" enableGC)
];
env = {