Tweak rust shell
This commit is contained in:
parent
3ac06942ab
commit
5fc17343cf
|
@ -3,21 +3,8 @@
|
|||
perSystem =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
devshells.rust = {
|
||||
env = [
|
||||
{
|
||||
name = "RUSTC_WRAPPER";
|
||||
value = "${pkgs.sccache}/bin/sccache";
|
||||
}
|
||||
];
|
||||
commands = [
|
||||
# {
|
||||
# help = "print hello";
|
||||
# name = "hello";
|
||||
# command = "echo hello";
|
||||
# }
|
||||
];
|
||||
packages = with pkgs; [
|
||||
devShells.rust = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
# Rust toolchain
|
||||
clang
|
||||
rustup
|
||||
|
|
Loading…
Reference in a new issue