updates
This commit is contained in:
parent
a98b8dcc4b
commit
f5dc24c0cb
2 changed files with 6 additions and 5 deletions
|
@ -17,11 +17,11 @@
|
|||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1673056779,
|
||||
"narHash": "sha256-+Mjz9puicCHhik7QQxm9SviN0T8cLznIXqMTAoau4dA=",
|
||||
"lastModified": 1675918889,
|
||||
"narHash": "sha256-hy7re4F9AEQqwZxubct7jBRos6md26bmxnCjxf5utJA=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "8c03897e2622f4bc8060370736df431d5942522c",
|
||||
"rev": "49efda9011e8cdcd6c1aad30384cb1dc230c82fe",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -21,12 +21,13 @@
|
|||
devShells.default =
|
||||
let
|
||||
python = pkgs.python310.withPackages (ps: with ps; [
|
||||
poetry
|
||||
poetry-core
|
||||
]);
|
||||
in
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
python
|
||||
#python
|
||||
pkgs.poetry
|
||||
pkgs.hidapi
|
||||
pkgs.libusb1
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue