diff options
author | Emile <git@emile.space> | 2025-02-13 22:29:30 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-13 22:29:30 +0100 |
commit | 176a24b152d1c20c841ceacb7b75694bbe521400 (patch) | |
tree | 9cc8442c825d3f2556ce664f2cc722aab025f2e7 /nix/templates/ctf/flake.nix | |
parent | a9fd99521e3f74547b078a73e821f8c718ba40ec (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.nix | 2 |
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 = [ |