mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 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:
|
schedule:
|
||||||
- cron: '30 11 * * *' # At 11:30 everyday.
|
- cron: '30 11 * * *' # At 11:30 everyday.
|
||||||
env:
|
env:
|
||||||
|
NIXPKGS_ALLOW_BROKEN: "1"
|
||||||
NIXPKGS_ALLOW_UNFREE: "1"
|
NIXPKGS_ALLOW_UNFREE: "1"
|
||||||
jobs:
|
jobs:
|
||||||
check-outputs:
|
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
|
- uses: DeterminateSystems/nix-installer-action@v4
|
||||||
- name: Build ISO
|
- name: Build ISO
|
||||||
run: |
|
run: |
|
||||||
nix build .#images.bootstrap --out-link build-iso-result
|
nix build .#images.bootstrap --impure --out-link build-iso-result
|
||||||
nix build .#images.graphical-installer --out-link build-graphical-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
|
- name: Create release
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user