Open jmbaur opened 5 months ago
but you have conflicting definitions? not sure whats the error here? what should happen otherwise?
That's the thing, I would expect that evaluating the above expression would error out due to the fact that there are conflicting definitions, but it does not.
Result from evaluation (where test.nix contains the contents as posted above):
~ > nix eval -f test.nix
"/boot"
I would expect setting disko config in two different NixOS modules would properly merge together. A minimal reproducer is the config below, where I would expect evaluating it to fail with conflicting definitions for
mountpoint
, but rather the mountpoint ends up getting set to/boot
.