add determinate nix installer mirror
Some checks failed
Check Nix formatting / Perform Nix format checks (pull_request) Has been cancelled
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Has been cancelled
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Has been cancelled
Check flake.lock / Check health of `flake.lock` (pull_request) Failing after 10s
Some checks failed
Check Nix formatting / Perform Nix format checks (pull_request) Has been cancelled
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Has been cancelled
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Has been cancelled
Check flake.lock / Check health of `flake.lock` (pull_request) Failing after 10s
This commit is contained in:
parent
2e8930cf1d
commit
742124d8e6
10
.github/workflows/flake-health-checks.yml
vendored
10
.github/workflows/flake-health-checks.yml
vendored
@ -13,7 +13,15 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
steps:
|
steps:
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- name: Get Latest Determinate Nix Installer binary
|
||||||
|
id: latest-installer
|
||||||
|
uses: sigyl-actions/gitea-action-get-latest-release@main
|
||||||
|
with:
|
||||||
|
repository: ahuston-0/determinate-nix-mirror
|
||||||
|
- name: Install nix
|
||||||
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
with:
|
||||||
|
source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux
|
||||||
- name: Setup Attic cache
|
- name: Setup Attic cache
|
||||||
uses: ryanccn/attic-action@v0
|
uses: ryanccn/attic-action@v0
|
||||||
with:
|
with:
|
||||||
|
7
.github/workflows/flake-update.yml
vendored
7
.github/workflows/flake-update.yml
vendored
@ -11,8 +11,15 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
- name: Get Latest Determinate Nix Installer binary
|
||||||
|
id: latest-installer
|
||||||
|
uses: sigyl-actions/gitea-action-get-latest-release@main
|
||||||
|
with:
|
||||||
|
repository: ahuston-0/determinate-nix-mirror
|
||||||
- name: Install nix
|
- name: Install nix
|
||||||
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
with:
|
||||||
|
source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux
|
||||||
- name: Setup Attic cache
|
- name: Setup Attic cache
|
||||||
uses: ryanccn/attic-action@v0
|
uses: ryanccn/attic-action@v0
|
||||||
with:
|
with:
|
||||||
|
10
.github/workflows/nix-fmt.yml
vendored
10
.github/workflows/nix-fmt.yml
vendored
@ -10,7 +10,15 @@ jobs:
|
|||||||
name: "Perform Nix format checks"
|
name: "Perform Nix format checks"
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- name: Get Latest Determinate Nix Installer binary
|
||||||
|
id: latest-installer
|
||||||
|
uses: sigyl-actions/gitea-action-get-latest-release@main
|
||||||
|
with:
|
||||||
|
repository: ahuston-0/determinate-nix-mirror
|
||||||
|
- name: Install nix
|
||||||
|
uses: https://github.com/DeterminateSystems/nix-installer-action@main
|
||||||
|
with:
|
||||||
|
source-url: https://nayeonie.com/ahuston-0/determinate-nix-mirror/releases/download/${{ steps.latest-installer.outputs.release }}/nix-installer-x86_64-linux
|
||||||
- name: Setup Attic cache
|
- name: Setup Attic cache
|
||||||
uses: ryanccn/attic-action@v0
|
uses: ryanccn/attic-action@v0
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user