Skip to content

Instantly share code, notes, and snippets.

@diamondburned
Created September 12, 2023 01:11
Show Gist options
  • Save diamondburned/1938ccb7f1d7f2e619d57a19ee69e23d to your computer and use it in GitHub Desktop.
Save diamondburned/1938ccb7f1d7f2e619d57a19ee69e23d to your computer and use it in GitHub Desktop.
Git Nix shell
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [ git ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment