File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
experimental-nix-installer Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,6 @@ inputs:
2020 nix-build-group-id :
2121 description : ' GID of the build group'
2222 default : ' 30000'
23- nix-package-url :
24- description : ' URL to download Nix package from'
25- default : ' '
2623 proxy :
2724 description : ' Proxy URL for downloads'
2825 default : ' '
6865 NIX_INSTALLER_NIX_BUILD_USER_COUNT : ${{ inputs.nix-build-user-count }}
6966 NIX_INSTALLER_NIX_BUILD_GROUP_NAME : ${{ inputs.nix-build-group-name }}
7067 NIX_INSTALLER_NIX_BUILD_GROUP_ID : ${{ inputs.nix-build-group-id }}
71- NIX_INSTALLER_NIX_PACKAGE_URL : ${{ inputs.nix-package-url }}
72- NIX_INSTALLER_PROXY : ${{ inputs.proxy }}
68+ NI_INSTALLER_PROXY : ${{ inputs.proxy }}
7369 NIX_INSTALLER_SSL_CERT_FILE : ${{ inputs.ssl-cert-file }}
7470 NIX_INSTALLER_MODIFY_PROFILE : ${{ inputs.modify-profile }}
7571 NIX_INSTALLER_DAEMON : ${{ inputs.daemon }}
You can’t perform that action at this time.
0 commit comments