diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-09-24 20:40:43 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-09-24 20:41:21 -0600 |
| commit | 193f38119a7e9b32adf00a7674a56e5aece7b400 (patch) | |
| tree | 710ed2a97a7f6ce87d626478508a9558f995ce93 | |
| parent | a695d150ed95869f8bec8d37b90c946a797c3388 (diff) | |
nix/flake.lock: Update
Flake lock file updates:
• Updated input 'nixpkgs':
'path:/nix/store/6v8l94l7zssb6l87azm0gcz9bjwa8lhw-source?lastModified=1661700591&narHash=sha256-NZa+z+TJC+Hk+87+LKkjFFmBn4GyMVEPcWFXFU+aTkU=&rev=16236dd7e33ba4579ccd3ca8349396b2f9c960fe' (2022-08-28)
→ 'path:/nix/store/afigf06j5h4y15bapf77j11ppn1yf6gy-source?lastModified=1693264542&narHash=sha256-zO6S2+BMiCBP%2f3n2E2Tpjp4N74LcSJjMK6p7bf1UJx8=&rev=1d9d75f88c4784625b00f8c17f49bfcd17cd2407' (2023-08-28)
Diffstat (limited to '')
| -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 ]; |
