Added nix-review

This commit is contained in:
Craige McWhirter 2020-04-01 13:30:08 +10:00
parent 06364ba7ae
commit 91152b75f2
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -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
];
};