migrate powershell to nix

This commit is contained in:
Dan Vargas 2022-02-06 19:39:36 -07:00
parent f16eb5fa42
commit f35d3f910f
7 changed files with 59 additions and 21 deletions

View file

@ -23,4 +23,5 @@ args: {
"rscript" = import ./rscript.nix args;
"raku" = import ./raku.nix args;
"racket" = import ./racket.nix args;
"powershell" = import ./powershell.nix args;
}