# HG changeset patch # User Johannes Bornhold # Date 2016-08-26 13:06:13 # Node ID a198b78fde2d2ba55d12e41ef50f0aa4cd944584 # Parent caa19e67a754b7da56bbb9e35e9577b5e5c655ba 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. diff --git a/default.nix b/default.nix --- 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