[extras/nix] add nixpkgs-{lint/review}

This commit is contained in:
Felix Buehler 2021-06-28 21:38:36 +02:00
parent 445bbee9f8
commit df1458ba2e

View file

@ -1,8 +1,10 @@
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
nixpkgs-fmt
nix-prefetch-git nix-prefetch-git
nix-prefetch-github nix-prefetch-github
nixpkgs-fmt
nixpkgs-lint
nixpkgs-review
]; ];
} }