rust repl
This commit is contained in:
parent
7477a7bd93
commit
049344ba97
3 changed files with 22 additions and 1 deletions
7
users/josh/nix_modules/rust-repl.nix
Normal file
7
users/josh/nix_modules/rust-repl.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.evcxr ];
|
||||
environment.shellAliases = {
|
||||
rust = "evcxr";
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue