hypr-dynamic-cursor: use nixpkgs master

This commit is contained in:
2026-06-07 20:23:45 +02:00
parent 68bef6e250
commit 774b7c0a77
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -101,7 +101,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;
};
};