mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
herbstluftwm, mpd: fix bash version in tests (#2816)
* mpd: Fix bash-version in tests * herbstluftwm: Fix bash-version in tests
This commit is contained in:
parent
835797f3a4
commit
64823066c2
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ WantedBy=default.target
|
|||
[Service]
|
||||
Environment=PATH=/home/hm-user/.nix-profile/bin
|
||||
ExecStart=@mpd@/bin/mpd --no-daemon /nix/store/00000000000000000000000000000000-mpd.conf
|
||||
ExecStartPre=/nix/store/00000000000000000000000000000000-bash-5.1-p12/bin/bash -c "/nix/store/00000000000000000000000000000000-coreutils-9.0/bin/mkdir -p '/home/hm-user/.local/share/mpd' '/home/hm-user/.local/share/mpd/playlists'"
|
||||
ExecStartPre=/nix/store/00000000000000000000000000000000-bash-5.1-p16/bin/bash -c "/nix/store/00000000000000000000000000000000-coreutils-9.0/bin/mkdir -p '/home/hm-user/.local/share/mpd' '/home/hm-user/.local/share/mpd/playlists'"
|
||||
Type=notify
|
||||
|
||||
[Unit]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/nix/store/00000000000000000000000000000000-bash-5.1-p12/bin/bash
|
||||
#!/nix/store/00000000000000000000000000000000-bash-5.1-p16/bin/bash
|
||||
shopt -s expand_aliases
|
||||
|
||||
# shellcheck disable=SC2142
|
||||
|
|
Loading…
Reference in a new issue