From d311a0d002802f9c68823fa7935cbf0394f5c745 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 16 Aug 2021 15:51:51 -0400 Subject: [PATCH] hydraJobs.tests.notifications: fixup file reference --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 25aaa1aa..9ee5b87e 100644 --- a/flake.nix +++ b/flake.nix @@ -554,7 +554,7 @@ su - hydra -c "hydra-create-user root --email-address 'alice@example.org' --password foobar --role admin" mkdir /run/jobset chmod 755 /run/jobset - cp ${./t/api-test.nix} /run/jobset/default.nix + cp ${./t/jobs/api-test.nix} /run/jobset/default.nix chmod 644 /run/jobset/default.nix chown -R hydra /run/jobset """