gitea-attachements-proxy/default.nix
Garionion b2eb57d24a
Some checks reported errors
continuous-integration/drone/push Build was killed
add flake support, build docker image with nix
2022-01-14 17:16:48 +01:00

7 lines
104 B
Nix

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