nixos/shell.nix

3 lines
97 B
Nix

{pkgs ? import <nixpkgs> {}, ...}:
pkgs.mkShell {buildInputs = with pkgs; [gnumake pre-commit];}