mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2026-01-12 05:27:52 +00:00
Merge 2d7301f92a into 9624778f14
This commit is contained in:
commit
0bfe608ee3
4 changed files with 4 additions and 4 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
- name: "Install Nix"
|
- name: "Install Nix"
|
||||||
uses: cachix/install-nix-action@v31.8.4
|
uses: cachix/install-nix-action@v31.9.0
|
||||||
|
|
||||||
- name: Find packages missing in the cache
|
- name: Find packages missing in the cache
|
||||||
id: get-packages
|
id: get-packages
|
||||||
|
|
|
||||||
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
||||||
- uses: actions/checkout@v6
|
- uses: actions/checkout@v6
|
||||||
|
|
||||||
- name: "Install Nix"
|
- name: "Install Nix"
|
||||||
uses: cachix/install-nix-action@v31.8.4
|
uses: cachix/install-nix-action@v31.9.0
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
token: "${{ secrets.GH_TOKEN}}"
|
token: "${{ secrets.GH_TOKEN}}"
|
||||||
|
|
||||||
- name: "Install Nix"
|
- name: "Install Nix"
|
||||||
uses: cachix/install-nix-action@v31.8.4
|
uses: cachix/install-nix-action@v31.9.0
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
2
.github/workflows/update-pkgs.yml
vendored
2
.github/workflows/update-pkgs.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
token: "${{ secrets.GH_TOKEN}}"
|
token: "${{ secrets.GH_TOKEN}}"
|
||||||
|
|
||||||
- name: "Install Nix"
|
- name: "Install Nix"
|
||||||
uses: cachix/install-nix-action@v31.8.4
|
uses: cachix/install-nix-action@v31.9.0
|
||||||
|
|
||||||
- uses: cachix/cachix-action@v16
|
- uses: cachix/cachix-action@v16
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue