murphy/default.nix

6 lines
78 B
Nix

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