v4/shell.nix
2025-03-27 10:19:25 -07:00

8 lines
115 B
Nix

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