murphy/default.nix

6 lines
78 B
Nix
Raw Normal View History

2021-11-30 14:58:33 +01:00
with import <nixpkgs> {};
mkShell {
nativeBuildInputs = [
go_1_17
];
}