nix: update flake to latest unstable nixpkgs

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent 2de48cdee4
commit ce3e866ad1
2 changed files with 4 additions and 4 deletions

6
nix/flake.lock generated
View file

@ -2,11 +2,11 @@
"nodes": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1729256560, "lastModified": 1729880355,
"narHash": "sha256-/uilDXvCIEs3C9l73JTACm4quuHUsIHcns1c+cHUJwA=", "narHash": "sha256-RP+OQ6koQQLX5nw0NmcDrzvGL8HDLnyXt/jHhL1jwjM=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0", "rev": "18536bf04cd71abd345f9579158841376fdd0c5a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -17,7 +17,7 @@
description = "kdeconnectd"; description = "kdeconnectd";
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "${pkgs.kdeconnect}/libexec/kdeconnectd"; ExecStart = "${pkgs.kdePackages.kdeconnect-kde}/libexec/kdeconnectd";
}; };
}; };
} }