🐛 nix flake check currently segfaults on darwin

This commit is contained in:
2023-02-24 11:29:19 -05:00
parent 19a4053a8c
commit 513eaaecd2
2 changed files with 19 additions and 18 deletions

View File

@ -142,6 +142,7 @@
};
env.PULUMI_SKIP_UPDATE_CHECK = true;
env.GC_DONT_GC = if pkgs.stdenv.isDarwin then 1 else 0;
}
];
};