This commit is contained in:
Matt Nish-Lapidus 2025-03-03 14:56:05 -05:00
parent 5b12fcebf9
commit 04c1b47619
8 changed files with 278 additions and 73 deletions

View file

@ -1,27 +0,0 @@
self: super: {
# linuxPackages = super.linuxPackages.extend (lpself: lpsuper: {
# openrazer = super.linuxPackages.openrazer.overrideAttrs (old: {
# });
# });
openrazer-daemon = super.openrazer-daemon.overrideAttrs (old: {
version = "master";
src = super.fetchFromGitHub {
owner = "openrazer";
repo = "openrazer";
rev = "master";
hash = "sha256-F7lAWM/14texc1PVhch5R2oztcfkoub/9oGdjEmtTZ8=";
};
});
development.python-modules.openrazer = super.development.python-modules.openrazer.overrideAttrs (old: {
version = "master";
src = super.fetchFromGitHub {
owner = "openrazer";
repo = "openrazer";
rev = "master";
hash = "sha256-F7lAWM/14texc1PVhch5R2oztcfkoub/9oGdjEmtTZ8=";
};
});
}