Modified Nix Update
Some checks failed
/ Build NixOS Iso (push) Failing after 1s

This commit is contained in:
Kaybee 2024-08-12 01:59:34 +02:00
parent 77cce5d01e
commit 623b957b71

View file

@ -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"