File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change 9
9
update :
10
10
name : Update flake.nix
11
11
runs-on : ubuntu-latest
12
-
13
12
steps :
14
13
- name : Install Doppler CLI
15
14
uses : dopplerhq/cli-action@v2
@@ -51,15 +50,12 @@ jobs:
51
50
matrix :
52
51
cachixName :
53
52
- ezkea
54
- nixPath :
55
- - nixpkgs=channel:nixos-unstable
56
53
package :
57
54
- an-anime-game-launcher
58
55
- an-anime-borb-launcher
59
56
- the-honkers-railway-launcher
60
57
- honkers-launcher
61
58
steps :
62
-
63
59
- name : Install Doppler CLI
64
60
uses : dopplerhq/cli-action@v2
65
61
77
73
78
74
- name : Install Nix
79
75
uses : cachix/install-nix-action@v24
80
- with :
81
- nix_path : " ${{ matrix.nixPath }}"
82
76
83
77
- name : Install Cachix
84
78
uses : cachix/cachix-action@v13
97
91
98
92
- name : Build
99
93
run : |
100
- nix-build -A "${{ matrix.package }}"
101
- env :
102
- NIXPKGS_ALLOW_UNFREE : 1
94
+ nix build --accept-flake-config -L ".#${{ matrix.package }}"
103
95
104
96
pr :
105
97
name : Make PR
You can’t perform that action at this time.
0 commit comments