Skip to content

Commit ad937bd

Browse files
committed
Remove Nix Package URL
1 parent f596b08 commit ad937bd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

experimental-nix-installer/action.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff 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: ''
@@ -68,8 +65,7 @@ runs:
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 }}

0 commit comments

Comments
 (0)