nixos-config/.github/workflows/check.yml

20 lines
481 B
YAML
Raw Normal View History

name: "Check flake outputs"
on: [pull_request, push]
env:
NIXPKGS_ALLOW_INSECURE: "1"
NIXPKGS_ALLOW_BROKEN: "1"
NIXPKGS_ALLOW_UNFREE: "1"
jobs:
check-outputs:
runs-on: ubuntu-latest
steps:
2023-04-24 03:32:04 +00:00
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
extra_nix_config: |
keep-going = true
- name: Check flake outputs
run: nix flake check --impure