1 name: Basic evaluation checks
18 runs-on: ubuntu-latest
19 # we don't limit this action to only NixOS repo since the checks are cheap and useful developer feedback
21 - uses: actions/checkout@v4
22 - uses: cachix/install-nix-action@v23
23 - uses: cachix/cachix-action@v12
25 # This cache is for the nixpkgs repo checks and should not be trusted or used elsewhere.
27 signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
28 # explicit list of supportedSystems is needed until aarch64-darwin becomes part of the trunk jobset
29 - run: nix-build pkgs/top-level/release.nix -A tarball.nixpkgs-basic-release-checks --arg supportedSystems '[ "aarch64-darwin" "aarch64-linux" "x86_64-linux" "x86_64-darwin" ]'