From 91152b75f2a9fc0285bdbec27f2ddd8050028d0d Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 1 Apr 2020 13:30:08 +1000 Subject: [PATCH] Added nix-review --- roles/nixpkgs-dev.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/nixpkgs-dev.nix b/roles/nixpkgs-dev.nix index b2813a6..a2b9aff 100644 --- a/roles/nixpkgs-dev.nix +++ b/roles/nixpkgs-dev.nix @@ -12,8 +12,9 @@ environment = { systemPackages = with pkgs; [ - nix-universal-prefetch # Uses nixpkgs fetchers to figure out hashes cabal2nix # Convert Cabal files into Nix build instructions + nix-review # Review pull-requests on https://github.com/NixOS/nixpkgs + nix-universal-prefetch # Uses nixpkgs fetchers to figure out hashes nodePackages.node2nix # Generate Nix expressions to build NPM packages ]; };