quickserv/shell.nix

3 lines
94 B
Nix

let pkgs = import <nixpkgs> { };
in pkgs.mkShell { buildInputs = with pkgs; [ go vgo2nix ]; }