Aaron Bieber
9f299d9863
- Switch back to upstream gitkit now that sshconfig and listener aer setable.
7 lines
116 B
Nix
7 lines
116 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
pkgs.mkShell {
|
|
nativeBuildInputs = with pkgs.buildPackages; [
|
|
go_1_20
|
|
];
|
|
}
|