Add repl alias to nix shell
This commit is contained in:
parent
4b8cf48567
commit
cdef096477
|
@ -10,6 +10,7 @@
|
|||
devShell = pkgs.mkShell {
|
||||
shellHook = ''
|
||||
PS1='\[\e[0;94m\]\u@\H\[\e[0;93m\] 5dplomacy \[\e[0;92m\]$(git rev-parse --short HEAD)\[\e[0m\]\n\W$ '
|
||||
alias repl="dotnet run --project MultiversalDiplomacy repl"
|
||||
'';
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT = 1;
|
||||
packages = [ pkgs.dotnet-sdk pkgs.dotnetPackages.NUnit3 ];
|
||||
|
|
Loading…
Reference in New Issue