summaryrefslogtreecommitdiff
path: root/nix/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/flake.nix')
-rw-r--r--nix/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/flake.nix b/nix/flake.nix
index cdffdcc..80f1ad5 100644
--- a/nix/flake.nix
+++ b/nix/flake.nix
@@ -108,7 +108,7 @@
gnumake
gtkwave
pkg-config
- (python39.withPackages (py: [ py.numpy py.pillow py.matplotlib ]))
+ (python3.withPackages (py: [ py.numpy py.pillow py.matplotlib ]))
(quartus-prime-lite.override { supportedDevices = [ "Cyclone V" ]; })
verilator
];