mirror of
https://github.com/nix-community/disko.git
synced 2024-11-05 06:04:20 +03:00
Merge pull request #185 from nix-community/fix-dev-mount
This commit is contained in:
commit
25c5376b02
@ -38,9 +38,7 @@
|
||||
partMounts = diskoLib.deepMergeMap (partition: partition._mount { inherit dev; }) config.partitions;
|
||||
in
|
||||
{
|
||||
dev = ''
|
||||
${lib.concatMapStrings (x: x.dev or "") (lib.attrValues partMounts)}
|
||||
'';
|
||||
dev = partMounts.dev or "";
|
||||
fs = partMounts.fs or { };
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user