-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with flake-parts seems to cause an infinite recursion #349
Comments
you put a It is weird that flake parts crashes with an infinite recursion because of that. Maybe report this at flake-parts. |
It causes infinite recursion even with the Cross-Referencing: hercules-ci/flake-parts#236 |
@Kreyren the other declarations in the file also need to be prefixed with |
@DavHau Thanks a lot! <3 i think i made it work, it seems to trigger an infinite recursion when the option is called without a |
Referencing: NiXium-org/NiXium#118 (comment)
I am trying to declare the
nixosGenerator
with a workaround for NixOS/nixpkgs#286196 as a module (so that it can be used for other things) to be able to declare it as a package (to be able to set up a CI/CD to produce the build and additional management) so that it can be declared as an app fornix run
.Where using
packages.aarch64-linux.nixos-tsvetan-recovery = self.inputs.nixos-generators.nixosGenerate
seems to cause an infinite recursion when used with flake-parts, i was discussing this in NixOS room where it was suggested to be a nixos-generator bug, thus filing this issue.The text was updated successfully, but these errors were encountered: