Skip to content

Instantly share code, notes, and snippets.

@dustinlacewell
Created September 10, 2020 04:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dustinlacewell/46bf2e9b94fd61c1df65ef6984771205 to your computer and use it in GitHub Desktop.
Save dustinlacewell/46bf2e9b94fd61c1df65ef6984771205 to your computer and use it in GitHub Desktop.
with import <nixpkgs> {};
mkShell rec {
name = "babel";
buildInputs = [
python37
dotnet-sdk
mono6
omnisharp-roslyn
nodejs-14_x
yarn
fsharp41
dmd
dtools
gfortran
ghc
lua
ocaml
perl
R
ruby
guile
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment