diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-05-07 19:36:26 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-05-07 21:35:37 +0900 |
| commit | 008e9e7fc59398c13376728511f2df78e4c8b321 (patch) | |
| tree | 42e3f88597d76b9332595541b777f2c6f0d50516 /test | |
| parent | 23aefcd75961225850155994ca436b7bef777508 (diff) | |
nix: update flake lock
Diffstat (limited to 'test')
| -rw-r--r-- | test/sandbox/case/device.nix | 7 | ||||
| -rw-r--r-- | test/sandbox/case/mapuid.nix | 7 | ||||
| -rw-r--r-- | test/sandbox/case/preset.nix | 7 | ||||
| -rw-r--r-- | test/sandbox/case/tty.nix | 7 |
4 files changed, 24 insertions, 4 deletions
diff --git a/test/sandbox/case/device.nix b/test/sandbox/case/device.nix index a49ac68c..389e9f71 100644 --- a/test/sandbox/case/device.nix +++ b/test/sandbox/case/device.nix @@ -140,7 +140,12 @@ u0 = fs "800001c0" { a4 = fs "800001c0" { ".cache" = fs "800001ed" { ".keep" = fs "80001ff" null ""; } null; - ".config" = fs "800001ed" { "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; } null; + ".config" = fs "800001ed" { + "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; + systemd = fs "800001ed" { + user = fs "800001ed" { "tray.target" = fs "80001ff" null null; } null; + } null; + } null; ".local" = fs "800001ed" { state = fs "800001ed" { home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null; diff --git a/test/sandbox/case/mapuid.nix b/test/sandbox/case/mapuid.nix index a5bc42f7..a68d06cb 100644 --- a/test/sandbox/case/mapuid.nix +++ b/test/sandbox/case/mapuid.nix @@ -164,7 +164,12 @@ u0 = fs "800001c0" { a3 = fs "800001c0" { ".cache" = fs "800001ed" { ".keep" = fs "80001ff" null ""; } null; - ".config" = fs "800001ed" { "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; } null; + ".config" = fs "800001ed" { + "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; + systemd = fs "800001ed" { + user = fs "800001ed" { "tray.target" = fs "80001ff" null null; } null; + } null; + } null; ".local" = fs "800001ed" { state = fs "800001ed" { home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null; diff --git a/test/sandbox/case/preset.nix b/test/sandbox/case/preset.nix index 3555de56..75ca2e7e 100644 --- a/test/sandbox/case/preset.nix +++ b/test/sandbox/case/preset.nix @@ -164,7 +164,12 @@ u0 = fs "800001c0" { a1 = fs "800001c0" { ".cache" = fs "800001ed" { ".keep" = fs "80001ff" null ""; } null; - ".config" = fs "800001ed" { "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; } null; + ".config" = fs "800001ed" { + "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; + systemd = fs "800001ed" { + user = fs "800001ed" { "tray.target" = fs "80001ff" null null; } null; + } null; + } null; ".local" = fs "800001ed" { state = fs "800001ed" { home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null; diff --git a/test/sandbox/case/tty.nix b/test/sandbox/case/tty.nix index 6acc43dc..ab50d420 100644 --- a/test/sandbox/case/tty.nix +++ b/test/sandbox/case/tty.nix @@ -165,7 +165,12 @@ u0 = fs "800001c0" { a2 = fs "800001c0" { ".cache" = fs "800001ed" { ".keep" = fs "80001ff" null ""; } null; - ".config" = fs "800001ed" { "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; } null; + ".config" = fs "800001ed" { + "environment.d" = fs "800001ed" { "10-home-manager.conf" = fs "80001ff" null null; } null; + systemd = fs "800001ed" { + user = fs "800001ed" { "tray.target" = fs "80001ff" null null; } null; + } null; + } null; ".local" = fs "800001ed" { state = fs "800001ed" { home-manager = fs "800001ed" { gcroots = fs "800001ed" { current-home = fs "80001ff" null null; } null; } null; |
