Skip to content

Commit 762e306

Browse files
committed
update-flake.yml: use new nix build
1 parent 5e4921a commit 762e306

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/update-flake.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ jobs:
99
update:
1010
name: Update flake.nix
1111
runs-on: ubuntu-latest
12-
1312
steps:
1413
- name: Install Doppler CLI
1514
uses: dopplerhq/cli-action@v2
@@ -51,15 +50,12 @@ jobs:
5150
matrix:
5251
cachixName:
5352
- ezkea
54-
nixPath:
55-
- nixpkgs=channel:nixos-unstable
5653
package:
5754
- an-anime-game-launcher
5855
- an-anime-borb-launcher
5956
- the-honkers-railway-launcher
6057
- honkers-launcher
6158
steps:
62-
6359
- name: Install Doppler CLI
6460
uses: dopplerhq/cli-action@v2
6561

@@ -77,8 +73,6 @@ jobs:
7773

7874
- name: Install Nix
7975
uses: cachix/install-nix-action@v24
80-
with:
81-
nix_path: "${{ matrix.nixPath }}"
8276

8377
- name: Install Cachix
8478
uses: cachix/cachix-action@v13
@@ -97,9 +91,7 @@ jobs:
9791

9892
- name: Build
9993
run: |
100-
nix-build -A "${{ matrix.package }}"
101-
env:
102-
NIXPKGS_ALLOW_UNFREE: 1
94+
nix build --accept-flake-config -L ".#${{ matrix.package }}"
10395
10496
pr:
10597
name: Make PR

0 commit comments

Comments
 (0)