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
Loving the module so far, but apparently using
types.pathInStore
forroot
etc is a bit odd and breaksnixos-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/4Would changing this to
types.path
be acceptable?