about summary refs log tree commit diff
path: root/nix/templates/ctf/flake.nix
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-02-13 22:29:30 +0100
committerEmile <git@emile.space>2025-02-13 22:29:30 +0100
commit176a24b152d1c20c841ceacb7b75694bbe521400 (patch)
tree9cc8442c825d3f2556ce664f2cc722aab025f2e7 /nix/templates/ctf/flake.nix
parenta9fd99521e3f74547b078a73e821f8c718ba40ec (diff)
flake: hydraJobs.templates: just got rid of the self.
Diffstat (limited to 'nix/templates/ctf/flake.nix')
-rw-r--r--nix/templates/ctf/flake.nix2
1 files changed, 1 insertions, 1 deletions
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 = [