ehllie / ez-configs

A flake-parts module for simple nixos, darwin and home-manager configurations using project directory structure
Mozilla Public License 2.0
59 stars 13 forks source link

`root = ./.;` does not work with nixos-install #8

Closed esselius closed 4 months ago

esselius commented 5 months ago

Loving the module so far, but apparently using types.pathInStore for root etc is a bit odd and breaks nixos-install --flake ..., as it messes with the store path or whatever: https://discourse.nixos.org/t/nixos-options-of-type-pathinstore-break-when-running-nixos-install/47429/4

Would changing this to types.path be acceptable?