niri: add systemd units to the right location (#348368)

This commit is contained in:
Ramses
2024-10-14 18:32:37 +02:00
committed by GitHub
+1 -1
View File
@@ -88,7 +88,7 @@ rustPlatform.buildRustPackage rec {
''
+ lib.optionalString withSystemd ''
install -Dm0755 resources/niri-session -t $out/bin
install -Dm0644 resources/niri{-shutdown.target,.service} -t $out/share/systemd/user
install -Dm0644 resources/niri{-shutdown.target,.service} -t $out/lib/systemd/user
'';
env = {