Skip to content

Commit

Permalink
don't use flakehub
Browse files Browse the repository at this point in the history
  • Loading branch information
mkenigs committed May 27, 2024
1 parent d92cbc4 commit 74688ad
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 20 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-aarch64-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
use-gha-cache: false
- name: Build the installer
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-aarch64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
use-gha-cache: false
- name: Build the installer
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-i686-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
use-gha-cache: false
- name: Build the installer
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-x86_64-darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
use-gha-cache: false
- name: Build the installer
run: |
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build-x86_64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
- uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
use-gha-cache: false
- name: Build the installer
run: |
Expand Down
9 changes: 1 addition & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
check-outdated: false # PRs shouldn't fail because main's nixpkgs is out of date
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
- uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
use-gha-cache: false
- name: Check rustfmt
run: nix develop --command check-rustfmt
Expand Down Expand Up @@ -74,7 +73,6 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
Expand Down Expand Up @@ -104,7 +102,6 @@ jobs:
- name: Repeated install
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
Expand Down Expand Up @@ -182,7 +179,6 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
init: none
planner: linux
local-root: install-root/
Expand Down Expand Up @@ -216,7 +212,6 @@ jobs:
- name: Repeated install
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
init: none
planner: linux
local-root: install-root/
Expand Down Expand Up @@ -296,7 +291,6 @@ jobs:
- name: Initial install
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
Expand All @@ -314,7 +308,6 @@ jobs:
- name: Repeated install
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
local-root: install-root/
logger: pretty
log-directives: nix_installer=debug
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
uses: actions/checkout@v3
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
with:
flakehub: true
- name: Enable Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@main
with:
use-flakehub: false
use-gha-cache: false
- name: Check flake
uses: DeterminateSystems/flake-checker-action@main
Expand Down

0 comments on commit 74688ad

Please sign in to comment.