You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried a view dozens other methods so far, but always get this or some other error:
error: A definition for option `flake.nixosConfigurations' is not of type `lazy attribute set of raw value'. Definition values:
- In `/nix/store/dz4vjwq2q95q94a25gmccx9na0r5x5jf-source/flake-module2.nix'
Which is odd because according to modules/nixosConfiguration.nix:
I try to generate the
flake.nixosConfiguration
attrset programatically but run into the same error every time.Roughly speaking I try to do something like:
I tried a view dozens other methods so far, but always get this or some other error:
Which is odd because according to
modules/nixosConfiguration.nix
:it has the correct type.
I try to generate the flake.nixosConfiguration attrset programatically through a generator that looks at another datastructure.
The text was updated successfully, but these errors were encountered: