From 16f96c8094d78532e35c9b839614ed2f5ac575bf Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 13 Feb 2025 21:27:59 +0100 Subject: flake: hydraJobs.templates should work now --- nix/templates/ctf/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix/templates/ctf') diff --git a/nix/templates/ctf/flake.nix b/nix/templates/ctf/flake.nix index 67f33ca..0d92e08 100644 --- a/nix/templates/ctf/flake.nix +++ b/nix/templates/ctf/flake.nix @@ -8,7 +8,7 @@ # Flake outputs outputs = - { self, nixpkgs }: + { self, nixpkgs, ... }: let # Systems supported allSystems = [ -- cgit 1.4.1