Skip to content

Commit 86d88c3

Browse files
authored
niri: add systemd units to the right location (#348368)
2 parents 1a4fe47 + ba7b53c commit 86d88c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/ni/niri/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ rustPlatform.buildRustPackage rec {
8888
''
8989
+ lib.optionalString withSystemd ''
9090
install -Dm0755 resources/niri-session -t $out/bin
91-
install -Dm0644 resources/niri{-shutdown.target,.service} -t $out/share/systemd/user
91+
install -Dm0644 resources/niri{-shutdown.target,.service} -t $out/lib/systemd/user
9292
'';
9393

9494
env = {

0 commit comments

Comments
 (0)