berkutschi/default.nix
2022-02-06 00:37:43 +01:00

7 lines
104 B
Nix

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