Skip to content

Commit

Permalink
ci: revert using platform agnostic lix installer entrypoint
Browse files Browse the repository at this point in the history
This reverts commit a725a2e.

Will attempt to fix later since it appears to not work right.
  • Loading branch information
lilyinstarlight committed Jan 31, 2025
1 parent a725a2e commit 3cdff1a
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
required: false
type: boolean
nix_installer:
default: 'https://install.lix.systems/lix'
default: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'
required: false
type: string
cachix_cache_name:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ''
source-url: 'https://install.lix.systems/lix'
source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'

- uses: cachix/cachix-action@v15
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ''
source-url: 'https://install.lix.systems/lix'
source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'

- uses: actions/checkout@v4
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ''
source-url: 'https://install.lix.systems/lix'
source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'

- uses: cachix/cachix-action@v15
with:
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ''
source-url: 'https://install.lix.systems/lix'
source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'

- uses: cachix/cachix-action@v15
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ''
source-url: 'https://install.lix.systems/lix'
source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'

- uses: cachix/cachix-action@v15
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ''
source-url: 'https://install.lix.systems/lix'
source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'

- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vim-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: DeterminateSystems/nix-installer-action@v16
with:
diagnostic-endpoint: ''
source-url: 'https://install.lix.systems/lix'
source-url: 'https://install.lix.systems/lix/lix-installer-x86_64-linux'

- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 3cdff1a

Please sign in to comment.