This commit is contained in:
parent
77cce5d01e
commit
623b957b71
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -8,6 +8,8 @@ jobs:
|
||||||
name: Build NixOS Iso
|
name: Build NixOS Iso
|
||||||
steps:
|
steps:
|
||||||
- name: Update Nix Store
|
- name: Update Nix Store
|
||||||
run: nix-store --update
|
run: |
|
||||||
|
nix-channel --update
|
||||||
- name: Get System Info
|
- name: Get System Info
|
||||||
run: nix-shell -p fastfetch --run "fastfetch"
|
run: |
|
||||||
|
nix-shell -p fastfetch --run "fastfetch"
|
||||||
|
|
Loading…
Add table
Reference in a new issue