mirror of
https://git.kb-one.de/kb01/aux-config.git
synced 2025-12-06 18:40:50 +00:00
Modified Nix Update
This commit is contained in:
parent
77cce5d01e
commit
623b957b71
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…
Reference in a new issue