mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
Everything builds in the dev shell now
This commit is contained in:
parent
429d6ae2b5
commit
46ec69a483
9 changed files with 238 additions and 8 deletions
|
|
@ -85,7 +85,7 @@ mkDerivation (finalAttrs: {
|
|||
'';
|
||||
|
||||
mesonFlags = [
|
||||
(lib.mesonFeature "gc" enableGC)
|
||||
(lib.mesonEnable "gc" enableGC)
|
||||
];
|
||||
|
||||
env = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue