diff options
author | Emile <git@emile.space> | 2025-02-13 22:21:50 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-02-13 22:21:50 +0100 |
commit | a9fd99521e3f74547b078a73e821f8c718ba40ec (patch) | |
tree | 7d6e9dd06935a3d414e8ae69f1d39390cd87b2c7 | |
parent | 255eaa9ab265b01c1a33f0a1e43615a56fa2a144 (diff) |
flake: hydraJobs.templates: reverting to something simpler
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix index e879601..899500a 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).outputs.packages; }; + self = import ./nix/templates/${name}/flake.nix; }).packages or {}) templ); in { |