mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-01 23:27:18 +02:00
update buildbot package to follow the move in nixpkgs
This commit is contained in:
parent
8b8fd6a888
commit
f764123e24
3 changed files with 3 additions and 30 deletions
|
@ -3,7 +3,7 @@ with lib;
|
|||
let
|
||||
cfg = config.luj.buildbot;
|
||||
port = "1810";
|
||||
package = pkgs.python3Packages.buildbot-worker;
|
||||
package = pkgs.buildbot-worker;
|
||||
python = package.pythonModule;
|
||||
home = "/var/lib/buildbot-worker";
|
||||
buildbotDir = "${home}/worker";
|
||||
|
@ -31,8 +31,8 @@ in
|
|||
ps.requests
|
||||
ps.treq
|
||||
ps.psycopg2
|
||||
ps.buildbot-worker
|
||||
pkgs.buildbot-badges
|
||||
pkgs.buildbot-worker
|
||||
pkgs.buildbot-plugins.badges
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue