summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 17:56:46 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2025-02-14 17:56:46 +0100
commit37d0e8dfb6912e3e8b9e9a96de3828aea5451d13 (patch)
tree0d25752101dc6b9545f61882885b5cdedd513b71 /flake.nix
parentca937efc41356dcd018980a8c3c8b2358b558cac (diff)
webtray: follow unstable
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8b72e7b..00d2e3f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";