File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
- uses : cachix/install-nix-action@v30
40
40
41
41
- name : run nix flake check with ${{ matrix.targets.repo }}/${{ matrix.targets.branch }}
42
- if : matrix.targets.repo != 'NuschtOS/nuschtpkgs' && matrix.targets.branch != 'nixos-unstable'
42
+ if : matrix.targets.repo != 'NuschtOS/nuschtpkgs' || matrix.targets.branch != 'nixos-unstable'
43
43
run : |
44
44
nix flake check \
45
45
--override-input nixpkgs github:${{ matrix.targets.repo }}/${{ matrix.targets.branch }}
Original file line number Diff line number Diff line change 39
39
- uses : cachix/install-nix-action@v30
40
40
41
41
- name : eval plain config with ${{ matrix.targets.repo }}/${{ matrix.targets.branch }}
42
- if : matrix.targets.repo != 'NuschtOS/nuschtpkgs' && matrix.targets.branch != 'nixos-unstable'
42
+ if : matrix.targets.repo != 'NuschtOS/nuschtpkgs' || matrix.targets.branch != 'nixos-unstable'
43
43
run : |
44
44
nix eval -L .#checks.x86_64-linux.no-config \
45
45
--override-input nixpkgs github:${{ matrix.targets.repo }}/${{ matrix.targets.branch }}
You can’t perform that action at this time.
0 commit comments