nix: bump inputs

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I1889ab776432fbbbaa228a09c8acf4286a6a6964
This commit is contained in:
raf 2025-12-13 16:39:10 +03:00
commit 7ccb21af79
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
3 changed files with 6 additions and 4 deletions

View file

@ -25,6 +25,9 @@ pkgs.mkShell {
# System libraries
glibc.dev
# For Tests
(python313.withPackages (ps: with ps; [matplotlib pyplot numpy]))
];
nativeBuildInputs = with pkgs; [