3 lines
97 B
Nix
3 lines
97 B
Nix
{pkgs ? import <nixpkgs> {}, ...}:
|
|
pkgs.mkShell {buildInputs = with pkgs; [gnumake pre-commit];}
|