diff options
author | Emile <git@emile.space> | 2025-02-13 21:39:18 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-13 21:39:18 +0100 |
commit | c83a0842437e32a92919b73bbf97ece20053e498 (patch) | |
tree | 47abb410871dfe6d289ee49f5bccfadcfcca97e6 | |
parent | 3bff803bc763c6f7767f087a41a551345dcd22dc (diff) |
flake: hydraJobs.templates: now with the right attr
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index 6152763..66e5621 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); + self = (import ./nix/templates/${name}/flake.nix).outputs; }).packages or {}) templ); in { |