diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 17:56:46 +0100 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2025-02-14 17:56:46 +0100 |
| commit | 37d0e8dfb6912e3e8b9e9a96de3828aea5451d13 (patch) | |
| tree | 0d25752101dc6b9545f61882885b5cdedd513b71 | |
| parent | ca937efc41356dcd018980a8c3c8b2358b558cac (diff) | |
webtray: follow unstable
| -rw-r--r-- | common/home/default.nix | 2 | ||||
| -rw-r--r-- | flake.lock | 2 | ||||
| -rw-r--r-- | flake.nix | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/common/home/default.nix b/common/home/default.nix index 0f870e5..fee6270 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -42,7 +42,7 @@ packages = [ pkgs.tenacity pkgs.playerctl pkgs.toilet - pkgs.kdePackages.qtwayland + pkgs.unstable.kdePackages.qtwayland pkgs.xdg-desktop-portal pkgs.lmms pkgs.bc @@ -348,7 +348,7 @@ "webtray": { "inputs": { "nixpkgs": [ - "nixpkgs" + "nixpkgs-unstable" ] }, "locked": { @@ -14,7 +14,7 @@ }; webtray = { url = "git+https://git.nathanreiner.xyz/webtray"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgs-unstable"; }; wofi-pass = { url = "git+https://git.nathanreiner.xyz/wofi-pass"; |