gitle/shell.nix
Aaron Bieber 9f299d9863
Teach gitle how to listen on a tailnet.
- Switch back to upstream gitkit now that sshconfig and listener aer
  setable.
2023-03-01 08:56:15 -07:00

7 lines
116 B
Nix

{ pkgs ? import <nixpkgs> { } }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [
go_1_20
];
}