diff options
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/flake.lock | 8 | ||||
| -rw-r--r-- | nix/flake.nix | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/nix/flake.lock b/nix/flake.lock index 3b5c57f..645770a 100644 --- a/nix/flake.lock +++ b/nix/flake.lock @@ -2,10 +2,10 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1661700591, - "narHash": "sha256-NZa+z+TJC+Hk+87+LKkjFFmBn4GyMVEPcWFXFU+aTkU=", - "path": "/nix/store/6v8l94l7zssb6l87azm0gcz9bjwa8lhw-source", - "rev": "16236dd7e33ba4579ccd3ca8349396b2f9c960fe", + "lastModified": 1693264542, + "narHash": "sha256-zO6S2+BMiCBP/3n2E2Tpjp4N74LcSJjMK6p7bf1UJx8=", + "path": "/nix/store/afigf06j5h4y15bapf77j11ppn1yf6gy-source", + "rev": "1d9d75f88c4784625b00f8c17f49bfcd17cd2407", "type": "path" }, "original": { 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 ]; |
