about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-02-13 21:43:08 +0100
committerEmile <git@emile.space>2025-02-13 21:43:08 +0100
commit2da8893d554ea05272fc8ea49f85c0c248f2c910 (patch)
tree37a46ef46c436480bd6b7f76199ecaaf9c75697e
parentc83a0842437e32a92919b73bbf97ece20053e498 (diff)
flake: hydraJobs.templates: revert
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 66e5621..6152763 100644
--- a/flake.nix
+++ b/flake.nix
@@ -226,7 +226,7 @@
                   (import ./nix/templates/${name}/flake.nix).outputs) {
                     inherit nixpkgs flake-utils;
                     # Self needs to be the imported flake, as some packages in some templates rely on each other, such as the goapp/backend-docker package which relies on the goapp/backend-pkg. Cross-template references are not supported (yet);
-                    self = (import ./nix/templates/${name}/flake.nix).outputs;
+                    self = (import ./nix/templates/${name}/flake.nix);
                   }).packages or {})
               templ);
       in {