aboutsummaryrefslogtreecommitdiff
path: root/modules/pkgs/jenkinsUpdateCenter/default.nix
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
committerIgor Pashev <pashev.igor@gmail.com>2018-12-11 18:10:48 +0300
commit8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3 (patch)
treed03b70f693463fc836a8dbe4240424d2547530c8 /modules/pkgs/jenkinsUpdateCenter/default.nix
parentc4273035cf5876e3ba8ed2c6b492d31c2de290ee (diff)
downloadnixsap-8b0968b2054d3bb8d90b5ac056727f7c2ebeaed3.tar.gz
(* HUGE *) Use nixpkgs overlays
Diffstat (limited to 'modules/pkgs/jenkinsUpdateCenter/default.nix')
-rw-r--r--modules/pkgs/jenkinsUpdateCenter/default.nix17
1 files changed, 0 insertions, 17 deletions
diff --git a/modules/pkgs/jenkinsUpdateCenter/default.nix b/modules/pkgs/jenkinsUpdateCenter/default.nix
deleted file mode 100644
index f72dca1..0000000
--- a/modules/pkgs/jenkinsUpdateCenter/default.nix
+++ /dev/null
@@ -1,17 +0,0 @@
-{}:
-
-/*
- This package exists to override Jenkins easily.
- You override this package instead of jenkinsWithPlugins.
- You even can fetch from Jenkins site directly.
-*/
-
-
-/*
- jq to make it human readable:
- curl https://updates.jenkins-ci.org/current/update-center.actual.json | jq . > update-center.actual.json
-*/
-
-
-# capture into nix store to track changes:
-"${./update-center.actual.json}"