Skip to content

Commit

Permalink
syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
emillon committed May 3, 2024
1 parent cc0f3d6 commit fedc33e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/nixpkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ on:
merge_group:

jobs:
nixpkgs:
nixpkgs: # TODO: if: contains(github.event.pull_request.labels.*.name, 'test_nixpkgs')
name: Nixpkgs
# TODO: if: contains(github.event.pull_request.labels.*.name, 'test_nixpkgs')

steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- run: nix build .#buildNixpkgs.ncb
- run: ./result/bin/nix-ci-build --flake .#packages.x86_64-linux.buildNixpkgs.pkgs.build_4_14
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v22
- run: nix build .#buildNixpkgs.ncb
- run: ./result/bin/nix-ci-build --flake .#packages.x86_64-linux.buildNixpkgs.pkgs.build_4_14

0 comments on commit fedc33e

Please sign in to comment.