Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Last active March 17, 2020 08:12
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 lovesegfault/8e7a54e6350bcebdd08ea17d46f39dad to your computer and use it in GitHub Desktop.
Save lovesegfault/8e7a54e6350bcebdd08ea17d46f39dad to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
name = "myFirstShell";
buildInputs = with pkgs; [
gnumake
remake
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment