Improve example code in README

It seems the type is not needed anymore.
This commit is contained in:
Joachim Breitner 2023-04-16 14:51:08 +02:00 committed by GitHub
parent 0ac7f6e536
commit 67e9c88cd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,7 +171,6 @@ $ nix-channel --update
format = "gpt";
partitions = [
{
type = "partition";
name = "ESP";
start = "1MiB";
end = "100MiB";
@ -184,7 +183,6 @@ $ nix-channel --update
}
{
name = "root";
type = "partition";
start = "100MiB";
end = "100%";
part-type = "primary";