8 lines
88 B
Nix
Executable File
8 lines
88 B
Nix
Executable File
with import <nixpkgs> { };
|
|
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
cargo
|
|
rustc
|
|
];
|
|
} |