From 176a24b152d1c20c841ceacb7b75694bbe521400 Mon Sep 17 00:00:00 2001 From: Emile Date: Thu, 13 Feb 2025 22:29:30 +0100 Subject: flake: hydraJobs.templates: just got rid of the self. --- 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 0d92e08..e8b75b9 100644 --- a/nix/templates/ctf/flake.nix +++ b/nix/templates/ctf/flake.nix @@ -8,7 +8,7 @@ # Flake outputs outputs = - { self, nixpkgs, ... }: + { nixpkgs, ... }: let # Systems supported allSystems = [ -- cgit 1.4.1