mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-05 18:28:53 +00:00
Changed Workflow
This commit is contained in:
parent
c460267420
commit
77cce5d01e
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -8,8 +8,6 @@ jobs:
|
|||
name: Build NixOS Iso
|
||||
steps:
|
||||
- name: Update Nix Store
|
||||
run: |
|
||||
nix-store --update
|
||||
run: nix-store --update
|
||||
- name: Get System Info
|
||||
run: |
|
||||
nix-shell -p fastfetch --run "fastfetch"
|
||||
run: nix-shell -p fastfetch --run "fastfetch"
|
||||
|
|
|
|||
Loading…
Reference in a new issue