hypr-dynamic-cursor: use nixpkgs master

This commit is contained in:
2026-06-08 13:31:48 +02:00
parent d32a0e5948
commit 579f832afe
4 changed files with 4 additions and 343 deletions
+1 -1
View File
@@ -104,7 +104,7 @@
useUserPackages = true;
extraSpecialArgs = {
inherit (self) pkgs-unstable;
inherit (self) pkgs-unstable pkgs-master;
inherit self;
};
};
+1 -1
View File
@@ -104,7 +104,7 @@
useUserPackages = true;
extraSpecialArgs = {
inherit (self) pkgs-unstable pkgs-local;
inherit (self) pkgs-unstable pkgs-local pkgs-master;
inherit self;
};
};