mirror of
https://github.com/RGBCube/superfreq
synced 2025-07-28 01:17:45 +00:00
parent
8285210557
commit
0d91c57d99
5 changed files with 87 additions and 0 deletions
20
nix/shell.nix
Normal file
20
nix/shell.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
mkShell,
|
||||
rust-analyzer-unwrapped,
|
||||
rustfmt,
|
||||
clippy,
|
||||
cargo,
|
||||
rustc,
|
||||
rustPlatform,
|
||||
}:
|
||||
mkShell {
|
||||
packages = [
|
||||
cargo
|
||||
clippy
|
||||
rustc
|
||||
rustfmt
|
||||
rust-analyzer-unwrapped
|
||||
];
|
||||
|
||||
env.RUST_SRC_PATH = "${rustPlatform.rustLibSrc}";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue