Skip to content

Commit

Permalink
Sort the installer config
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Sep 20, 2024
1 parent d446571 commit 0f0dbdc
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
backtrace: full
determinate: ${{ matrix.determinate }}
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- name: "Validate dnixd is ${{ matrix.determinate && 'installed' || 'uninstalled' }}"
run: |
if test -x /usr/local/bin/determinate-nixd; then
Expand Down Expand Up @@ -121,11 +121,11 @@ jobs:
- name: Repeated install
uses: DeterminateSystems/nix-installer-action@main
with:
backtrace: full
determinate: ${{ matrix.determinate }}
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -201,13 +201,13 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
backtrace: full
determinate: ${{ matrix.determinate }}
init: none
planner: linux
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
backtrace: full
logger: pretty
planner: linux
- name: "Validate dnixd is ${{ matrix.determinate && 'installed' || 'uninstalled' }}"
run: |
if test -x /usr/local/bin/determinate-nixd; then
Expand Down Expand Up @@ -243,13 +243,13 @@ jobs:
- name: Repeated install
uses: DeterminateSystems/nix-installer-action@main
with:
backtrace: full
determinate: ${{ matrix.determinate }}
init: none
planner: linux
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
backtrace: full
logger: pretty
planner: linux
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -325,11 +325,11 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
backtrace: full
determinate: ${{ matrix.determinate }}
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- name: "Validate dnixd is ${{ matrix.determinate && 'installed' || 'uninstalled' }}"
run: |
if test -x /usr/local/bin/determinate-nixd; then
Expand All @@ -349,11 +349,11 @@ jobs:
- name: Repeated install
uses: DeterminateSystems/nix-installer-action@main
with:
backtrace: full
determinate: ${{ matrix.determinate }}
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -415,11 +415,11 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
local-root: install-root/
backtrace: full
determinate: ${{ matrix.determinate }}
logger: pretty
local-root: install-root/
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- name: "Validate dnixd is ${{ matrix.determinate && 'installed' || 'uninstalled' }}"
run: |
if test -x /usr/local/bin/determinate-nixd; then
Expand Down Expand Up @@ -453,11 +453,11 @@ jobs:
- name: Repeated install
uses: DeterminateSystems/nix-installer-action@main
with:
local-root: install-root/
logger: pretty
backtrace: full
determinate: ${{ matrix.determinate }}
local-root: install-root/
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -533,11 +533,11 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
local-root: install-root/
backtrace: full
determinate: ${{ matrix.determinate }}
logger: pretty
local-root: install-root/
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- name: "Validate dnixd is ${{ matrix.determinate && 'installed' || 'uninstalled' }}"
run: |
if test -x /usr/local/bin/determinate-nixd; then
Expand All @@ -557,11 +557,11 @@ jobs:
- name: Repeated install
uses: DeterminateSystems/nix-installer-action@main
with:
local-root: install-root/
backtrace: full
determinate: ${{ matrix.determinate }}
logger: pretty
local-root: install-root/
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- name: echo $PATH
run: echo $PATH
- name: Test `nix` with `$GITHUB_PATH`
Expand Down Expand Up @@ -622,11 +622,11 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
backtrace: full
determinate: true
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
backtrace: full
logger: pretty
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-gha-cache: false
Expand Down

0 comments on commit 0f0dbdc

Please sign in to comment.