mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
ci: add flake check
This commit is contained in:
parent
6f3685f5b1
commit
93aaecd45f
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -1,6 +1,16 @@
|
|||||||
name: "Building derivations"
|
name: "Building derivations"
|
||||||
on: [pull_request, push]
|
on: [pull_request, push]
|
||||||
jobs:
|
jobs:
|
||||||
|
check-outputs:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: cachix/install-nix-action@v16
|
||||||
|
with:
|
||||||
|
nix_path: nixpkgs=channel:nixos-unstable
|
||||||
|
- name: Check flake outputs
|
||||||
|
run: NIXPKGS_ALLOW_INSECURE=1 nix --impure flake check
|
||||||
|
|
||||||
build-custom-packages:
|
build-custom-packages:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user