berkutschi/default.nix

7 lines
104 B
Nix
Raw Normal View History

2022-01-29 19:25:03 +01:00
{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell {
nativeBuildInputs = [
go_1_17
];
}