1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-28 17:38:33 +02: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:
Basti 2022-03-21 22:41:39 +01:00 committed by GitHub
parent 835797f3a4
commit 64823066c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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]

View File

@ -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