File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change 27
27
path : .lycheecache
28
28
key : lychee-link-check
29
29
restore-keys : cache-lychee-
30
- - uses : DeterminateSystems/nix-installer-action@main
31
- with :
32
- determinate : true
30
+ - uses : DeterminateSystems/determinate-nix-action@main
33
31
- uses : DeterminateSystems/flakehub-cache-action@main
34
32
- name : Run Nix CI suite
35
33
run : nix develop --command ci
65
63
runner : UbuntuLatest32Cores128G
66
64
steps :
67
65
- uses : actions/checkout@v4
68
- - uses : DeterminateSystems/nix-installer-action@main
69
- with :
70
- determinate : true
66
+ - uses : DeterminateSystems/determinate-nix-action@main
71
67
- uses : DeterminateSystems/flakehub-cache-action@main
72
68
73
69
- name : Build example dev shells
90
86
runner : UbuntuLatest32Cores128G
91
87
steps :
92
88
- uses : actions/checkout@v4
93
- - uses : DeterminateSystems/nix-installer-action@main
94
- with :
95
- determinate : true
89
+ - uses : DeterminateSystems/determinate-nix-action@main
96
90
- uses : DeterminateSystems/flakehub-cache-action@main
97
91
98
92
- name : Build packages in pkg templates
Original file line number Diff line number Diff line change 21
21
runner : UbuntuLatest32Cores128G
22
22
steps :
23
23
- uses : actions/checkout@v4
24
- - uses : DeterminateSystems/nix-installer -action@main
24
+ - uses : DeterminateSystems/determinate-nix -action@main
25
25
- uses : DeterminateSystems/flakehub-cache-action@main
26
26
- name : Build dev shell for ${{ matrix.systems.nix-system }} on ${{ matrix.systems.runner }}
27
27
run : |
Original file line number Diff line number Diff line change @@ -3,18 +3,18 @@ name: "Publish every Git push to main to FlakeHub"
3
3
on :
4
4
push :
5
5
branches :
6
- - " main"
6
+ - main
7
7
8
8
jobs :
9
9
flakehub-publish :
10
- runs-on : " UbuntuLatest32Cores128G"
10
+ runs-on : UbuntuLatest32Cores128G
11
11
permissions :
12
- id-token : " write"
13
- contents : " read"
12
+ id-token : write
13
+ contents : read
14
14
steps :
15
- - uses : " actions/checkout@v4"
16
- - uses : " DeterminateSystems/nix-installer- action@main"
17
- - uses : " DeterminateSystems/flakehub-push@main"
15
+ - uses : actions/checkout@v4
16
+ - uses : DeterminateSystems/determinate- nix-action@main
17
+ - uses : DeterminateSystems/flakehub-push@main
18
18
with :
19
19
rolling : true
20
- visibility : " public"
20
+ visibility : public
You can’t perform that action at this time.
0 commit comments