Skip to content

Commit 7b21e62

Browse files
committed
Remove unused values
1 parent ad937bd commit 7b21e62

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

experimental-nix-installer/action.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ inputs:
2020
nix-build-group-id:
2121
description: 'GID of the build group'
2222
default: '30000'
23-
proxy:
24-
description: 'Proxy URL for downloads'
25-
default: ''
26-
ssl-cert-file:
27-
description: 'Path to SSL certificate file'
28-
default: ''
2923
modify-profile:
3024
description: 'Modify user profile to set up environment'
3125
default: 'true'
@@ -41,9 +35,6 @@ inputs:
4135
trust-runner-user:
4236
description: 'Add runner user to trusted users'
4337
default: 'true'
44-
flake-registry:
45-
description: 'Flake registry URL'
46-
default: ''
4738
channels:
4839
description: 'Nix channels to add'
4940
default: 'nixpkgs=https://nixos.org/channels/nixpkgs-unstable'
@@ -65,14 +56,10 @@ runs:
6556
NIX_INSTALLER_NIX_BUILD_USER_COUNT: ${{ inputs.nix-build-user-count }}
6657
NIX_INSTALLER_NIX_BUILD_GROUP_NAME: ${{ inputs.nix-build-group-name }}
6758
NIX_INSTALLER_NIX_BUILD_GROUP_ID: ${{ inputs.nix-build-group-id }}
68-
NI_INSTALLER_PROXY: ${{ inputs.proxy }}
69-
NIX_INSTALLER_SSL_CERT_FILE: ${{ inputs.ssl-cert-file }}
7059
NIX_INSTALLER_MODIFY_PROFILE: ${{ inputs.modify-profile }}
71-
NIX_INSTALLER_DAEMON: ${{ inputs.daemon }}
7260
NIX_INSTALLER_INIT: ${{ inputs.init }}
7361
NIX_INSTALLER_START_DAEMON: ${{ inputs.start-daemon }}
7462
NIX_INSTALLER_TRUST_RUNNER_USER: ${{ inputs.trust-runner-user }}
75-
NIX_INSTALLER_FLAKE_REGISTRY: ${{ inputs.flake-registry }}
7663
NIX_INSTALLER_CHANNELS: ${{ inputs.channels }}
7764
run: |
7865
echo "Installing Nix using experimental installer..."

0 commit comments

Comments
 (0)