mirror of
https://github.com/nix-community/disko
synced 2024-11-10 06:14:14 +00:00
Merge pull request #574 from nix-community/table_update_fix
types table: fix duplicate create run
This commit is contained in:
commit
e9875b9690
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@
|
|||
partprobe ${config.device}
|
||||
udevadm trigger --subsystem-match=block
|
||||
udevadm settle
|
||||
${lib.optionalString (partition.content != null) partition.content._create}
|
||||
'') config.partitions)}
|
||||
fi
|
||||
${lib.concatStrings (map (partition: ''
|
||||
|
|
Loading…
Reference in a new issue