From 9e2d78459e66a2d60ab6f4fcf7d8683170c59326 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 6 May 2020 00:25:21 +1000 Subject: [PATCH] Added more tools --- roles/nixpkgs-dev.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/nixpkgs-dev.nix b/roles/nixpkgs-dev.nix index a2b9aff..96e5385 100644 --- a/roles/nixpkgs-dev.nix +++ b/roles/nixpkgs-dev.nix @@ -13,9 +13,12 @@ environment = { systemPackages = with pkgs; [ 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-universal-prefetch # Uses nixpkgs fetchers to figure out hashes nodePackages.node2nix # Generate Nix expressions to build NPM packages + nox # Tools to make Nix nicer ]; };