From 623b957b7185ea6f674ade8f4044897f6ea94060 Mon Sep 17 00:00:00 2001 From: kB01 Date: Mon, 12 Aug 2024 01:59:34 +0200 Subject: [PATCH] Modified Nix Update --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7b9a21a..1c11129 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,6 +8,8 @@ jobs: name: Build NixOS Iso steps: - name: Update Nix Store - run: nix-store --update + run: | + nix-channel --update - name: Get System Info - run: nix-shell -p fastfetch --run "fastfetch" + run: | + nix-shell -p fastfetch --run "fastfetch"