Skip to content

Instantly share code, notes, and snippets.

@Mic92
Created December 28, 2020 18:31
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 Mic92/96d6837a300d3117053111711b8a2b77 to your computer and use it in GitHub Desktop.
Save Mic92/96d6837a300d3117053111711b8a2b77 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
with pkgs;
mkShell {
buildInputs = [
];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment