From c328b584c0449e846f8d49976df65fce657c2a67 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 25 Aug 2025 22:52:48 +0900 Subject: hst/fslink: improve string representation This shortens the representation of most common use cases and generally improves readability. Signed-off-by: Ophestra --- cmd/hakurei/print_test.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cmd') diff --git a/cmd/hakurei/print_test.go b/cmd/hakurei/print_test.go index 2002c60e..b60c5dc9 100644 --- a/cmd/hakurei/print_test.go +++ b/cmd/hakurei/print_test.go @@ -51,8 +51,8 @@ Filesystem w+ephemeral(-rwxr-xr-x):/tmp/ w*/nix/store:/mnt-root/nix/.rw-store/upper:/mnt-root/nix/.rw-store/work:/mnt-root/nix/.ro-store */nix/store - &/run/current-system:*/run/current-system - &/run/opengl-driver:*/run/opengl-driver + /run/current-system@ + /run/opengl-driver@ w*/var/lib/hakurei/u0/org.chromium.Chromium:/data/data/org.chromium.Chromium d+/dev/dri @@ -128,8 +128,8 @@ Filesystem w+ephemeral(-rwxr-xr-x):/tmp/ w*/nix/store:/mnt-root/nix/.rw-store/upper:/mnt-root/nix/.rw-store/work:/mnt-root/nix/.ro-store */nix/store - &/run/current-system:*/run/current-system - &/run/opengl-driver:*/run/opengl-driver + /run/current-system@ + /run/opengl-driver@ w*/var/lib/hakurei/u0/org.chromium.Chromium:/data/data/org.chromium.Chromium d+/dev/dri -- cgit v1.3.1