mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 06:19:00 +00:00
ci: update the workflow environment
This commit is contained in:
parent
e4eed3568a
commit
13614aa530
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
schedule:
|
||||
- cron: '30 11 * * *' # At 11:30 everyday.
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
jobs:
|
||||
check-outputs:
|
||||
|
7
.github/workflows/iso.yml
vendored
7
.github/workflows/iso.yml
vendored
@ -15,8 +15,11 @@ jobs:
|
||||
- uses: DeterminateSystems/nix-installer-action@v4
|
||||
- name: Build ISO
|
||||
run: |
|
||||
nix build .#images.bootstrap --out-link build-iso-result
|
||||
nix build .#images.graphical-installer --out-link build-graphical-iso-result
|
||||
nix build .#images.bootstrap --impure --out-link build-iso-result
|
||||
nix build .#images.graphical-installer --impure --out-link build-graphical-iso-result
|
||||
env:
|
||||
NIXPKGS_ALLOW_BROKEN: "1"
|
||||
NIXPKGS_ALLOW_UNFREE: "1"
|
||||
- name: Create release
|
||||
if: github.ref == 'refs/heads/master'
|
||||
env:
|
||||
|
Loading…
Reference in New Issue
Block a user