Skip to content

Commit

Permalink
Update lib/types/gpt.nix
Browse files Browse the repository at this point in the history
Co-authored-by: nicoo <[email protected]>
  • Loading branch information
Rua and nbraud authored Jan 24, 2025
1 parent a1ae5c1 commit 9109884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/gpt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ in
if ! blkid "${config.device}" >&2; then
sgdisk --clear "${config.device}"
fi
${lib.concatStrings (map (partition:
${lib.concatMapStrings (partition:
let
args = ''
--partition-guid="${toString partition._index}:${if partition.uuid == null then "R" else partition.uuid}" \
Expand Down

0 comments on commit 9109884

Please sign in to comment.