mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-12-18 18:01:18 +00:00
Merge 2d7301f92a into da5a9e8343
This commit is contained in:
commit
b60b9eee21
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:
|
||||
- uses: actions/checkout@v6
|
||||
- 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
|
||||
id: get-packages
|
||||
|
|
|
|||
2
.github/workflows/nix.yml
vendored
2
.github/workflows/nix.yml
vendored
|
|
@ -21,7 +21,7 @@ jobs:
|
|||
- uses: actions/checkout@v6
|
||||
|
||||
- name: "Install Nix"
|
||||
uses: cachix/install-nix-action@v31.8.4
|
||||
uses: cachix/install-nix-action@v31.9.0
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/update-flake.yml
vendored
2
.github/workflows/update-flake.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
token: "${{ secrets.GH_TOKEN}}"
|
||||
|
||||
- name: "Install Nix"
|
||||
uses: cachix/install-nix-action@v31.8.4
|
||||
uses: cachix/install-nix-action@v31.9.0
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
2
.github/workflows/update-pkgs.yml
vendored
2
.github/workflows/update-pkgs.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
token: "${{ secrets.GH_TOKEN}}"
|
||||
|
||||
- name: "Install Nix"
|
||||
uses: cachix/install-nix-action@v31.8.4
|
||||
uses: cachix/install-nix-action@v31.9.0
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue