summaryrefslogtreecommitdiffstats
path: root/makefu/source.nix
diff options
context:
space:
mode:
Diffstat (limited to 'makefu/source.nix')
-rw-r--r--makefu/source.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefu/source.nix b/makefu/source.nix
index 40aeac8b..1039ba65 100644
--- a/makefu/source.nix
+++ b/makefu/source.nix
@@ -45,7 +45,7 @@ in
};
secrets = getAttr builder {
- buildbot.file = toString <stockholm/makefu/6tests/data/secrets>;
+ buildbot.file = toString <stockholm/makefu/0tests/data/secrets>;
makefu.pass = {
inherit name;
dir = "${getEnv "HOME"}/.secrets-pass";
@@ -79,7 +79,7 @@ in
(mkIf ( torrent ) {
torrent-secrets = getAttr builder {
- buildbot.file = toString <stockholm/makefu/6tests/data/secrets>;
+ buildbot.file = toString <stockholm/makefu/0tests/data/secrets>;
makefu.pass = {
name = "torrent";
dir = "${getEnv "HOME"}/.secrets-pass";