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