hcloud-upload-image/shell.nix

10 lines
123 B
Nix
Raw Normal View History

2025-07-16 13:38:59 +02:00
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
buildInputs = with pkgs; [
go
gopls
gotools
go-tools
];
}