From 32466dc6501960ed71e797fd4f082365c7f018af Mon Sep 17 00:00:00 2001 From: Johannes Bornhold Date: Fri, 26 Aug 2016 15:06:13 +0200 Subject: [PATCH] dependencies: Adding Bower out of nixpkgs Usually bower would be installed globally, so it seems to be appropriate to use the one out of the nixpkgs so that we don't have to pin a specific version ourselves. --- default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/default.nix b/default.nix index 430d0a16..cf2a8606 100644 --- a/default.nix +++ b/default.nix @@ -98,6 +98,7 @@ let buildInputs = attrs.buildInputs ++ (with self; [ + pkgs.nodePackages.bower pkgs.nodePackages.grunt-cli pkgs.subversion pytest-catchlog