mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/labwc: fix autostart
Wasn't using a normalized store path, didn't notice in review.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/nix/store/58br4vk3q5akf4g8lx0pqzfhn47k3j8d-bash-5.2p37/bin/bash
|
||||
#!/nix/store/00000000000000000000000000000000-bash/bin/bash
|
||||
### This file was generated with Nix. Don't modify this file directly.
|
||||
|
||||
### AUTOSTART SERVICE ###
|
||||
|
||||
@@ -13,6 +13,6 @@
|
||||
labwcAutostart=home-files/.config/labwc/autostart
|
||||
|
||||
assertFileExists "$labwcAutostart"
|
||||
assertFileContent "$labwcAutostart" "${./autostart}"
|
||||
assertFileContent $(normalizeStorePaths "$labwcAutostart") "${./autostart}"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user