Skip to content

Commit 4675fab

Browse files
committed
Merge remote-tracking branch 'origin/main' into packages
2 parents 2e63c34 + 18b4459 commit 4675fab

4 files changed

Lines changed: 7 additions & 11 deletions

File tree

.github/workflows/gh-pages.yaml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929

3030
- name: Make some space
3131
# TODO: switch back to a release, when https://github.com/wimpysworld/nothing-but-nix/pull/25 is in one
@@ -34,13 +34,8 @@ jobs:
3434
hatchet-protocol: 'carve' # keep npx for cloudflare upload
3535
nix-permission-edict: true # required for nix-quick-install-action
3636

37-
- name: Install Nix
38-
uses: nixbuild/nix-quick-install-action@v34
39-
40-
- uses: nix-community/cache-nix-action@v6
41-
with:
42-
primary-key: nix-${{ runner.os }}-${{ hashFiles('**/*.nix', '**/flake.lock') }}
43-
restore-prefixes-first-match: nix-${{ runner.os }}-
37+
- uses: cachix/install-nix-action@v31
38+
- uses: DeterminateSystems/magic-nix-cache-action@v13
4439

4540
- name: Update inputs
4641
if: github.event_name == 'schedule'
@@ -71,5 +66,5 @@ jobs:
7166
steps:
7267
- name: Deploy to GitHub Pages
7368
id: deployment
74-
uses: actions/deploy-pages@v4
69+
uses: actions/deploy-pages@v5
7570
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' }}

.github/workflows/post-compare-link.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
post-compare-link:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
with:
1717
fetch-depth: 0
1818
- uses: NuschtOS/flake-lock-compare-action@main

.github/workflows/template-sync.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository != 'NuschtOS/template'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
with:
1818
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
1919
- uses: AndreasAugustin/actions-template-sync@v2

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
inputs = {
3333
flake-compat.follows = "";
3434
nixpkgs.follows = "nixpkgs";
35+
treefmt-nix.inputs.nixpkgs.follows = "nixpkgs";
3536
};
3637
};
3738
disko = {

0 commit comments

Comments
 (0)