diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-22 20:11:21 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2019-05-22 20:11:21 +0200 |
commit | a1a8649a2be768685eb04c246c114fce36b8096f (patch) | |
tree | 4ea5416ec8b3ba30b5538acfd0472c360c595e2c /nixops/modules/buildbot | |
parent | 4288c2f2431fb782b0d512b1b3749187f2374b6a (diff) | |
download | Nix-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.nix | 2 |
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, ... }: |
2 | let | 2 | let |
3 | varDir = "/var/lib/buildbot"; | 3 | varDir = "/var/lib/buildbot"; |
4 | buildbot_common = pkgs.python3Packages.buildPythonPackage rec { | 4 | buildbot_common = pkgs.python3Packages.buildPythonPackage rec { |