Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created August 13, 2020 18:52
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 samueldr/af93b689b4ed591ee488526a4878f15a to your computer and use it in GitHub Desktop.
Save samueldr/af93b689b4ed591ee488526a4878f15a to your computer and use it in GitHub Desktop.
{
pkgs ? import <nixpkgs> {}
}:
pkgs.stdenvNoCC.mkDerivation {
name = "some-shell";
buildInputs = with pkgs; [
gnumake
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment