From 61bf2100fbd5e0a5f4bd1f013d70d8027604bbba Mon Sep 17 00:00:00 2001 From: JulianCamacho Date: Thu, 17 Nov 2022 08:16:14 -0600 Subject: Bug fixes --- nix/flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/flake.nix b/nix/flake.nix index 582beda..b9f443a 100644 --- a/nix/flake.nix +++ b/nix/flake.nix @@ -20,7 +20,7 @@ gnumake gtkwave pkg-config - (python39.withPackages (py: [ py.numpy py.pillow ])) + (python39.withPackages (py: [ py.numpy py.pillow py.matplotlib ])) (quartus-prime-lite.override { supportedDevices = [ "Cyclone V" ]; }) verilator ]; -- cgit v1.2.3