Created
September 12, 2023 01:11
-
-
Save diamondburned/1938ccb7f1d7f2e619d57a19ee69e23d to your computer and use it in GitHub Desktop.
Git Nix shell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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