nau-sidewalks/shell.nix

9 lines
101 B
Nix

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