We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f1914d + 76444c2 commit b464a5eCopy full SHA for b464a5e
repo2docker/buildpacks/nix/install-nix.bash
@@ -2,8 +2,8 @@
2
# This downloads and installs a pinned version of nix
3
set -ex
4
5
-NIX_VERSION="2.3"
6
-NIX_SHA256="e43f6947d1f302b6193302889e7800f3e3dd4a650b6f929c668c894884a02701"
+NIX_VERSION="2.3.9"
+NIX_SHA256="49763fd7fa06bcb712ced2f3f11afd275e3a4d7bc5ff0d6fd1d50a4c3ce7bbf4"
7
8
# Do all our operations in /tmp, since we can't rely on current directory being writeable yet.
9
cd /tmp
0 commit comments