From 5643130fbbb79075ed152f89cbb01ff03080d136 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 23 Aug 2022 20:08:56 +0200 Subject: fix mount.partition by non rehashing already hashed device-id --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/default.nix b/lib/default.nix index 9f62428..f2908f5 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -159,7 +159,7 @@ let { mount.noop = q: x: {}; mount.partition = q: x: - mount-f { device = "\"\${${helper.device-id q.device}}\"-part" + toString q.index; } x.content; + mount-f { device = "\"\${${q.device}}\"-part" + toString q.index; } x.content; mount.table = q: x: ( recursiveUpdate -- cgit v1.2.3