add rustc for repl
This commit is contained in:
parent
049344ba97
commit
c68285e4d7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [ pkgs.evcxr ];
|
||||
environment.systemPackages = with pkgs; [ evcxr rustc ];
|
||||
environment.shellAliases = {
|
||||
rust = "evcxr";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue