about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2025-02-13 21:58:36 +0100
committerEmile <git@emile.space>2025-02-13 21:58:36 +0100
commit255eaa9ab265b01c1a33f0a1e43615a56fa2a144 (patch)
tree858075c21abf4e290baf3abf5b94a67a08e3f35b
parent46d91e18f15c3bd4336256bd512105bb6ead0b3e (diff)
flake: hydraJobs.templates: packages is in outputs
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index bd2ae3b..e879601 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 = { packages = (import ./nix/templates/${name}/flake.nix).packages; };
+                    self = { packages = (import ./nix/templates/${name}/flake.nix).outputs.packages; };
                   }).packages or {})
               templ);
       in {