mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
ci: attempt to get CI system builder working
This commit is contained in:
parent
fa1194c760
commit
c2a1a204bb
1 changed files with 6 additions and 1 deletions
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
|
@ -11,9 +11,14 @@ jobs:
|
||||||
contents: read
|
contents: read
|
||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
|
- name: Free Disk Space (Ubuntu)
|
||||||
|
uses: jlumbroso/free-disk-space@v1.3.1
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- name: Check Nix flake Nixpkgs inputs
|
- name: Check Nix flake Nixpkgs inputs
|
||||||
uses: DeterminateSystems/flake-checker-action@main
|
uses: DeterminateSystems/flake-checker-action@main
|
||||||
- uses: DeterminateSystems/nix-installer-action@main
|
- uses: DeterminateSystems/nix-installer-action@main
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- run: nix flake check --all-systems
|
- name: Build select system configurations.
|
||||||
|
run: |
|
||||||
|
# nix flake check --all-systems
|
||||||
|
nix build .#nixosConfigurations.demeter.config.system.build.toplevel
|
||||||
|
|
Loading…
Reference in a new issue