Compare commits
2 commits
a8dbaf6157
...
910a71676d
| Author | SHA1 | Date | |
|---|---|---|---|
| 910a71676d | |||
| e6f6bbeebc |
2 changed files with 10 additions and 4 deletions
10
flake.lock
generated
10
flake.lock
generated
|
|
@ -2,10 +2,12 @@
|
|||
"nodes": {
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 0,
|
||||
"narHash": "sha256-GFzPxJzTd1rPIVD4IW+GwJlyGwBDV1Tj5FLYwDQQ9sM=",
|
||||
"path": "/nix/store/50yickar04m51aqnc43gxf45g2i0n3k9-source",
|
||||
"type": "path"
|
||||
"lastModified": 1764611609,
|
||||
"narHash": "sha256-yU9BNcP0oadUKupw0UKmO9BKDOVIg9NStdJosEbXf8U=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8c29968b3a942f2903f90797f9623737c215737c",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
|
|
|
|||
|
|
@ -19,6 +19,10 @@
|
|||
pname = "rzr";
|
||||
version = "main";
|
||||
src = self;
|
||||
pyproject = true;
|
||||
build-system = with pkgs; [
|
||||
python3Packages.setuptools
|
||||
];
|
||||
propagatedBuildInputs = with pkgs; [
|
||||
python3Packages.colour
|
||||
python3Packages.openrazer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue