diff --git a/extras/partitions.nix b/extras/partitions.nix index 664532f..bb7ea80 100644 --- a/extras/partitions.nix +++ b/extras/partitions.nix @@ -105,6 +105,10 @@ in The flake attributes are overridden with `lib.mkForce` priority. See the `partitions` options to understand the purpose. + + Example: `partitionedAttrs.devShells = "dev";` + + Equivalent: `flake.devShells = lib.mkForce config.partitions.dev.module.flake.devShells;` ''; example = { "devShells" = "dev";