diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3451a3b..7b9a21a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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"