about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-04-16T14·49-0400
committergrfn <grfn@gws.fyi>2021-04-16T14·56+0000
commit773f23e163f40887b7ec5a3a47ce722e12ddfa30 (patch)
treece47a7c8e76634b2f5eb9d1d9de8ae5786e7d339
parent5276eb15a6b90a5e13ad2655d1fa010abc5e8e62 (diff)
feat(grfn/home): Install evcxr r/2515
It's a REPL! for Rust!

Change-Id: I920f976790bd974bb3a41e56b94b9e11bbb8e59b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3021
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
-rw-r--r--users/grfn/system/home/modules/development/rust.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/grfn/system/home/modules/development/rust.nix b/users/grfn/system/home/modules/development/rust.nix
index 7580b2c7b9..6a0553c025 100644
--- a/users/grfn/system/home/modules/development/rust.nix
+++ b/users/grfn/system/home/modules/development/rust.nix
@@ -9,6 +9,7 @@
     cargo-expand
     cargo-flamegraph
     sccache
+    evcxr
   ];
 
   programs.zsh.shellAliases = {