Skip to content

Instantly share code, notes, and snippets.

@sauyon
Created October 28, 2019 20:57
Show Gist options
  • Save sauyon/49700373e336102e978fc0da5c134f57 to your computer and use it in GitHub Desktop.
Save sauyon/49700373e336102e978fc0da5c134f57 to your computer and use it in GitHub Desktop.
{ pkg ? import <nixpkgs> {} }:
pkg.multiStdenv.mkDerivation {
name = "semmlecode";
buildInputs = with pkg; [
yarn dotnet-sdk gcc glibc glibc.static python2 python3 git subversion
openssh jdk8 unzip nodejs
# go # for intree/go
glibcLocales # required on non-nix
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment