Unverified Commit ba7b53c4 authored by r-vdp's avatar r-vdp
Browse files

niri: add systemd units to the right location

They will then be moved to `share` by https://nixos.org/manual/nixpkgs/unstable/#move-systemd-user-units.sh
and a symlink will be put in place.
parent ae891b2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = {