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.
1 parent e92c588 commit a8d4e6dCopy full SHA for a8d4e6d
nix/shell.sh
@@ -2,6 +2,10 @@ echo nix/shell.sh: Entering a devShell
2
export SRC_ROOT=$(pwd)
3
export PATH=$SRC_ROOT/build/bin:$PATH
4
5
+# The GnuTlS config may restrict TLS versions in some environments,
6
+# so do not use any existing config file.
7
+export GNUTLS_SYSTEM_PRIORITY_FILE=
8
+
9
# Function to display a formatted banner with the provided text
10
banner()
11
{
0 commit comments