mirror of
https://github.com/status-im/status-mobile.git
synced 2025-02-05 05:15:42 +00:00
6ffdaa4e25
These warnings are fixed: ``` warning: ignoring the client-specified setting 'keep-derivations', because it is a restricted setting and you are not a trusted user warning: ignoring the client-specified setting 'keep-outputs', because it is a restricted setting and you are not a trusted user warning: ignoring the client-specified setting 'sandbox', because it is a restricted setting and you are not a trusted user warning: ignoring the client-specified setting 'stalled-download-timeout', because it is a restricted setting and you are not a trusted user warning: ignoring the client-specified setting 'trusted-public-keys', because it is a restricted setting and you are not a trusted user warning: ignoring the client-specified setting 'trusted-substituters', because it is a restricted setting and you are not a trusted user ```
7 lines
325 B
Bash
Executable File
7 lines
325 B
Bash
Executable File
#!/usr/bin/env bash
|
|
export NIX_VERSION="2.24.11"
|
|
export NIX_PACKAGE="nixVersions.nix_2_24"
|
|
export NIX_INSTALL_URL="https://nixos.org/releases/nix/nix-${NIX_VERSION}/install"
|
|
export NIX_INSTALL_SHA256="5c610a0e97c8a2dd48c1a630608502e43fdecd7d2572463dd4166126106d9188"
|
|
export NIX_INSTALL_PATH="/tmp/nix-install-${NIX_VERSION}"
|