mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-11-18 11:34:10 +00:00
ci: get rid of detsys slop
Some checks are pending
Build / Find uncached packages (push) Waiting to run
Build / build-uncached (push) Blocked by required conditions
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Waiting to run
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Run Checks / build (push) Blocked by required conditions
Nix / nix (push) Waiting to run
Some checks are pending
Build / Find uncached packages (push) Waiting to run
Build / build-uncached (push) Blocked by required conditions
Run Checks / check (NIXPKGS_ALLOW_INSECURE=1 nix flake check --accept-flake-config --impure) (push) Waiting to run
Run Checks / check (nix run .#alejandra-custom -- -c . -e ./npins) (push) Waiting to run
Run Checks / build (push) Blocked by required conditions
Nix / nix (push) Waiting to run
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I42399c70c3ef2ca0173e6e1f14d0f20f6a6a6964
This commit is contained in:
parent
baa8ec17c3
commit
d4fec503b4
4 changed files with 10 additions and 8 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -20,7 +20,8 @@ jobs:
|
||||||
uncached: ${{ steps.get-packages.outputs.packages }}
|
uncached: ${{ steps.get-packages.outputs.packages }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- name: "Install Nix"
|
||||||
|
uses: cachix/install-nix-action@v31.8.2
|
||||||
|
|
||||||
- name: Find packages missing in the cache
|
- name: Find packages missing in the cache
|
||||||
id: get-packages
|
id: get-packages
|
||||||
|
|
|
||||||
9
.github/workflows/nix.yml
vendored
9
.github/workflows/nix.yml
vendored
|
|
@ -19,11 +19,10 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@v5
|
||||||
- name: Install Lix
|
|
||||||
uses: DeterminateSystems/nix-installer-action@main
|
- name: "Install Nix"
|
||||||
with:
|
uses: cachix/install-nix-action@v31.8.2
|
||||||
source-url: https://install.lix.systems/lix/lix-installer-x86_64-linux
|
|
||||||
logger: pretty
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
name: nyx
|
name: nyx
|
||||||
|
|
|
||||||
3
.github/workflows/update-flake.yml
vendored
3
.github/workflows/update-flake.yml
vendored
|
|
@ -23,7 +23,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: "${{ secrets.GH_TOKEN}}"
|
token: "${{ secrets.GH_TOKEN}}"
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- name: "Install Nix"
|
||||||
|
uses: cachix/install-nix-action@v31.8.2
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
3
.github/workflows/update-pkgs.yml
vendored
3
.github/workflows/update-pkgs.yml
vendored
|
|
@ -23,7 +23,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
token: "${{ secrets.GH_TOKEN}}"
|
token: "${{ secrets.GH_TOKEN}}"
|
||||||
|
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- name: "Install Nix"
|
||||||
|
uses: cachix/install-nix-action@v31.8.2
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue