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 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@v4
20
- - uses : cachix/install-nix-action@v27
20
+ - uses : cachix/install-nix-action@V28
21
21
- uses : DeterminateSystems/magic-nix-cache-action@v8
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
31
31
machine : [caliban]
32
32
steps :
33
33
- uses : actions/checkout@v4
34
- - uses : cachix/install-nix-action@v27
34
+ - uses : cachix/install-nix-action@V28
35
35
- uses : DeterminateSystems/magic-nix-cache-action@v8
36
36
- run : nix build '.#nixosConfigurations."${{ matrix.machine }}.nixos.org".config.system.build.toplevel'
37
37
nix-darwin :
42
42
machine : [arm64]
43
43
steps :
44
44
- uses : actions/checkout@v4
45
- - uses : cachix/install-nix-action@v27
45
+ - uses : cachix/install-nix-action@V28
46
46
- uses : DeterminateSystems/magic-nix-cache-action@v8
47
47
- run : nix build '.#darwinConfigurations."${{ matrix.machine }}".config.system.build.toplevel'
You can’t perform that action at this time.
0 commit comments