Added nix-review
This commit is contained in:
parent
06364ba7ae
commit
91152b75f2
|
@ -12,8 +12,9 @@
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
systemPackages = with pkgs; [
|
systemPackages = with pkgs; [
|
||||||
nix-universal-prefetch # Uses nixpkgs fetchers to figure out hashes
|
|
||||||
cabal2nix # Convert Cabal files into Nix build instructions
|
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
|
nodePackages.node2nix # Generate Nix expressions to build NPM packages
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue