-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Module usage: Compatibility with NixOS stable broken #403
Comments
hmm that is indeed a bit unfortunate. we wanted to deprecate this repo soon as we are working to migrating in into nixpkgs. Not sure if @phaer has time and energy to make this repo compatible with 24.05 in the meantime? :) |
Ups, a bit of an oversight indeed - with the 24.11 branch-off so close, I didn't really think about 24.05 compat for the upstreaming thing. There's no back port of the options, so we'd probably have to add conditionals on the Nixos release to pretty much all formats, I believe? Given that there weren't an afwul lot of changes here recently, maybe its sufficient to branch of before today's PRs got merged for 24.05? |
I ran in the same problem! A NixOS compatibility branch would be great to avoid such annoying compatibility issues. |
Manually setting |
Since #375, it's not possible to use the modules such as
nixos-generators.nixosModules.linode
while building images based on the latest stable nixos (24.05) .e.g. an example flake like the below fails:
You get the following error:
Given the readme shows an example of using nixos-generators with nixos-23.11, I expected that the current version of nixos-generators would support the current stable version of NixOS.
The text was updated successfully, but these errors were encountered: