aboutsummaryrefslogtreecommitdiff
path: root/nixops/modules/buildbot
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-22 20:11:21 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-05-22 20:11:21 +0200
commita1a8649a2be768685eb04c246c114fce36b8096f (patch)
tree4ea5416ec8b3ba30b5538acfd0472c360c595e2c /nixops/modules/buildbot
parent4288c2f2431fb782b0d512b1b3749187f2374b6a (diff)
downloadNix-a1a8649a2be768685eb04c246c114fce36b8096f.tar.gz
Nix-a1a8649a2be768685eb04c246c114fce36b8096f.tar.zst
Nix-a1a8649a2be768685eb04c246c114fce36b8096f.zip
Remove mylibs from module dependencies
Diffstat (limited to 'nixops/modules/buildbot')
-rw-r--r--nixops/modules/buildbot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixops/modules/buildbot/default.nix b/nixops/modules/buildbot/default.nix
index 89a0dea..60279b7 100644
--- a/nixops/modules/buildbot/default.nix
+++ b/nixops/modules/buildbot/default.nix
@@ -1,4 +1,4 @@
1{ lib, pkgs, config, myconfig, mylibs, ... }: 1{ lib, pkgs, config, myconfig, ... }:
2let 2let
3 varDir = "/var/lib/buildbot"; 3 varDir = "/var/lib/buildbot";
4 buildbot_common = pkgs.python3Packages.buildPythonPackage rec { 4 buildbot_common = pkgs.python3Packages.buildPythonPackage rec {