We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a4fe47 + ba7b53c commit 86d88c3Copy full SHA for 86d88c3
pkgs/by-name/ni/niri/package.nix
@@ -88,7 +88,7 @@ rustPlatform.buildRustPackage rec {
88
''
89
+ lib.optionalString withSystemd ''
90
install -Dm0755 resources/niri-session -t $out/bin
91
- install -Dm0644 resources/niri{-shutdown.target,.service} -t $out/share/systemd/user
+ install -Dm0644 resources/niri{-shutdown.target,.service} -t $out/lib/systemd/user
92
'';
93
94
env = {
0 commit comments