mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -08:00
This commit is contained in:
parent
e3bd5550a6
commit
4e937c944c
1 changed files with 19 additions and 0 deletions
19
.github/workflows/main.yml
vendored
Normal file
19
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
name: Check flake
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
pull_request:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
check:
|
||||||
|
runs-on: ubuntu-22.04
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Check Nix flake Nixpkgs inputs
|
||||||
|
uses: DeterminateSystems/flake-checker-action@main
|
||||||
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
|
- run: nix flake check --all-systems
|
Loading…
Reference in a new issue