v4/shell.nix
2025-03-24 23:21:33 -07:00

8 lines
124 B
Nix

{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell {
buildInputs = with pkgs; [
go
just
nil
nix-prefetch
];
}