nau-sidewalks/shell.nix

10 lines
108 B
Nix

let
pkgs = import <nixpkgs> {};
in
pkgs.mkShellNoCC {
packages = with pkgs; [
gnumake
go
];
}