Skip to content

Commit 894c9ba

Browse files
committed
Add RUSTC_BOOTSTRAP
- Prevents VSCode from rebuilding everything during tests
1 parent ccc41f1 commit 894c9ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
chmod +x .githooks/* && git config --local core.hooksPath .githooks/
3636
'';
3737

38+
RUSTC_BOOTSTRAP = "1";
3839
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [ pkgs.openssl ];
3940
PKG_CONFIG_PATH = "${pkgs.openssl.dev}/lib/pkgconfig";
4041
};

0 commit comments

Comments
 (0)