Skip to content

Fix the "option nixpkgs.pkgs does not exist" error #672

Fix the "option nixpkgs.pkgs does not exist" error

Fix the "option nixpkgs.pkgs does not exist" error #672

Workflow file for this run

name: Build and test
on: [ push ]
jobs:
nix-ci:
uses: christianharke/flake-commons/.github/workflows/nix-ci.yml@main
with:
branch: ${{ github.ref_name }}
nix-command: flake check --impure
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}
nix-ci-arm:
uses: christianharke/flake-commons/.github/workflows/nix-ci-arm.yml@main
with:
branch: ${{ github.ref_name }}
secrets:
CACHIX_AUTH_TOKEN: ${{ secrets.CACHIX_AUTH_TOKEN }}