From f5dc24c0cb32011b813834e2b3fb8764e1324326 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 11 Feb 2023 10:22:58 -0600 Subject: [PATCH] updates --- flake.lock | 6 +++--- flake.nix | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index cf09b93..82543c1 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/flake.nix b/flake.nix index 4e4ae9e..a2b37f8 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ];