aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/buildbot/bower.nix
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-23 00:21:59 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-23 00:21:59 +0100
commit9fb4205e2ceadb79a93cbe44bd77ebebe8c94625 (patch)
treeb8e676c9a360eb47d78de6ec70f04f6c4dd0b546 /nixops/modules/buildbot/bower.nix
parent80a3e0559c86d4f1fc2523b30db8a3d568cf1888 (diff)
downloadNix-9fb4205e2ceadb79a93cbe44bd77ebebe8c94625.tar.gz
Nix-9fb4205e2ceadb79a93cbe44bd77ebebe8c94625.tar.zst
Nix-9fb4205e2ceadb79a93cbe44bd77ebebe8c94625.zip
Add buildbot
Fixes https://git.immae.eu/mantisbt/view.php?id=74
Diffstat (limited to 'nixops/modules/buildbot/bower.nix')
-rw-r--r--nixops/modules/buildbot/bower.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/nixops/modules/buildbot/bower.nix b/nixops/modules/buildbot/bower.nix
new file mode 100644
index 0000000..8b26e0a
--- /dev/null
+++ b/nixops/modules/buildbot/bower.nix
@@ -0,0 +1,9 @@
1# Generated by bower2nix v3.2.0 (https://github.com/rvl/bower2nix)
2{ fetchbower, buildEnv }:
3buildEnv { name = "bower-env"; ignoreCollisions = true; paths = [
4 (fetchbower "jquery" "2.1.1" "2.1.1" "1qir36vi0bppjr9ckm6303vk1f1dkvq5wandpihb7dxl76s832bd")
5 (fetchbower "angular" "1.5.11" "~1.5.3" "1sw31v3dhmxwgrmncw2f9yl07i9px62ssbj0739zsgi59cq2khl7")
6 (fetchbower "lodash" "2.4.2" "~2.4.1" "0bhqarlvhlrxfvcgnxgsrsjgi6az4c117ffxyfi7gjwr9cvrzz4q")
7 (fetchbower "angular-mocks" "1.5.11" "~1.5.3" "0yv0396fw51i6d9lwiwf241rmc28rnxgg2aa9vsc7dnm4qjkn6gx")
8 (fetchbower "buildbot-data" "2.1.0" "~2.1.0" "0hkmm1byy7d712898lhkxf7i0wshmd1f8cr98iz67679nm6abimk")
9]; }