mirror of
https://github.com/NotAShelf/nyxexprs.git
synced 2025-12-07 20:53:52 +00:00
Compare commits
5 commits
634af12840
...
5b7385dd9b
| Author | SHA1 | Date | |
|---|---|---|---|
|
5b7385dd9b |
|||
|
b633dbaa14 |
|||
|
|
03f3105c58 | ||
|
|
146937bf06 |
||
|
|
84117fa1fb |
5 changed files with 10 additions and 10 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
|
@ -19,9 +19,9 @@ jobs:
|
|||
outputs:
|
||||
uncached: ${{ steps.get-packages.outputs.packages }}
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: "Install Nix"
|
||||
uses: cachix/install-nix-action@v31.8.2
|
||||
uses: cachix/install-nix-action@v31.8.4
|
||||
|
||||
- name: Find packages missing in the cache
|
||||
id: get-packages
|
||||
|
|
|
|||
4
.github/workflows/nix.yml
vendored
4
.github/workflows/nix.yml
vendored
|
|
@ -18,10 +18,10 @@ jobs:
|
|||
nix:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: "Install Nix"
|
||||
uses: cachix/install-nix-action@v31.8.2
|
||||
uses: cachix/install-nix-action@v31.8.4
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
4
.github/workflows/update-flake.yml
vendored
4
.github/workflows/update-flake.yml
vendored
|
|
@ -19,12 +19,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: "${{ secrets.GH_TOKEN}}"
|
||||
|
||||
- name: "Install Nix"
|
||||
uses: cachix/install-nix-action@v31.8.2
|
||||
uses: cachix/install-nix-action@v31.8.4
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
4
.github/workflows/update-pkgs.yml
vendored
4
.github/workflows/update-pkgs.yml
vendored
|
|
@ -19,12 +19,12 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v5
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
token: "${{ secrets.GH_TOKEN}}"
|
||||
|
||||
- name: "Install Nix"
|
||||
uses: cachix/install-nix-action@v31.8.2
|
||||
uses: cachix/install-nix-action@v31.8.4
|
||||
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -107,8 +107,8 @@
|
|||
"nixpkgs": {
|
||||
"type": "Channel",
|
||||
"name": "nixpkgs-unstable",
|
||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre898874.a8d610af3f1a/nixexprs.tar.xz",
|
||||
"hash": "0c6xkxlszx0js6imwqf8parm1nidxyhrakz5kzr0k7fr2j7nj42p"
|
||||
"url": "https://releases.nixos.org/nixpkgs/nixpkgs-25.11pre900157.878e468e02bf/nixexprs.tar.xz",
|
||||
"hash": "0spx3iyd2ch5pvhqciaz8i2vhpmlx0sj8gf8z5lsip1yvi4rh19n"
|
||||
},
|
||||
"rat": {
|
||||
"type": "GitRelease",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue