From df1458ba2edc43cd43c8e34ff7c9394e209c3332 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Mon, 28 Jun 2021 21:38:36 +0200 Subject: [PATCH] [extras/nix] add nixpkgs-{lint/review} --- extra/nix.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extra/nix.nix b/extra/nix.nix index 1e29638..67a5768 100644 --- a/extra/nix.nix +++ b/extra/nix.nix @@ -1,8 +1,10 @@ { config, lib, pkgs, ... }: { environment.systemPackages = with pkgs; [ - nixpkgs-fmt nix-prefetch-git nix-prefetch-github + nixpkgs-fmt + nixpkgs-lint + nixpkgs-review ]; }