Skip to content

Commit 5438d9b

Browse files
author
Bart Schuurmans
committed
Update nixpkgs snapshot to one with libtensorflow 2.10.1
1 parent 3ced6c3 commit 5438d9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stack.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ docker:
3333

3434
nix:
3535
enable: false
36-
# nixos-21.05 with libtensorflow 2.3.0
37-
path: ["nixpkgs=https://github.com/NixOS/nixpkgs/archive/c7cb72b0cae397d311236d6773338efb4bd4f2d1.tar.gz"]
38-
packages: [snappy, zlib, protobuf, python3Packages.tensorflow_2.libtensorflow]
36+
# nixos-22.11 with libtensorflow 2.10.1
37+
path: ["nixpkgs=https://github.com/NixOS/nixpkgs/archive/2dea8991d89b9f1e78d874945f78ca15f6954289.tar.gz"]
38+
packages: [snappy, zlib, protobuf, libtensorflow]

0 commit comments

Comments
 (0)