This commit is contained in:
Rowan Torbitzky-Lane 2025-04-23 23:01:46 -05:00
parent 50acb4d744
commit a25ca653f4

View File

@ -32,7 +32,7 @@
];
shellHook = ''
export SHELL=${pkgs.lib.getExe pkgs.bashInteractive}
# export RUST_SRC=${pkgs.rust-bin.beta.latest.rust-src}
export RUST_SRC_PATH=${pkgs.rust-bin.beta.latest.rust-std}
'';
};
}