File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- uses : cachix/install-nix-action@v30
21
- - uses : DeterminateSystems/magic-nix-cache-action@v8
21
+ - uses : DeterminateSystems/magic-nix-cache-action@v9
22
22
- run : nix run github:Mic92/nix-fast-build -- --no-nom
23
23
# all builds combined consume too much disk space... we should soon switch to something else
24
24
nixos :
32
32
steps :
33
33
- uses : actions/checkout@v4
34
34
- uses : cachix/install-nix-action@v30
35
- - uses : DeterminateSystems/magic-nix-cache-action@v8
35
+ - uses : DeterminateSystems/magic-nix-cache-action@v9
36
36
- run : nix build '.#nixosConfigurations."${{ matrix.machine }}.nixos.org".config.system.build.toplevel'
37
37
nix-darwin :
38
38
runs-on : macos-latest
42
42
steps :
43
43
- uses : actions/checkout@v4
44
44
- uses : cachix/install-nix-action@v30
45
- - uses : DeterminateSystems/magic-nix-cache-action@v8
45
+ - uses : DeterminateSystems/magic-nix-cache-action@v9
46
46
- run : nix build '.#darwinConfigurations."${{ matrix.machine }}".config.system.build.toplevel'
You can’t perform that action at this time.
0 commit comments