Added more tools

This commit is contained in:
Craige McWhirter 2020-05-06 00:25:21 +10:00
parent a6d1124181
commit 9e2d78459e
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -13,9 +13,12 @@
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
cabal2nix # Convert Cabal files into Nix build instructions cabal2nix # Convert Cabal files into Nix build instructions
nix-prefetch-github # Prefetch sources from github
nix-prefetch-git # Prefetch sources from git
nix-review # Review pull-requests on https://github.com/NixOS/nixpkgs nix-review # Review pull-requests on https://github.com/NixOS/nixpkgs
nix-universal-prefetch # Uses nixpkgs fetchers to figure out hashes 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
nox # Tools to make Nix nicer
]; ];
}; };