6 lines
No EOL
78 B
Nix
6 lines
No EOL
78 B
Nix
with import <nixpkgs> {};
|
|
mkShell {
|
|
nativeBuildInputs = [
|
|
go_1_17
|
|
];
|
|
} |