Files
vex/shell.nix
T
2024-05-03 22:40:28 +02:00

8 lines
105 B
Nix

{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
packages = with pkgs; [
go
wgo
];
}