From a008b0e806b081de8f81ba2318bea07ee44a08f9 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 14 Mar 2026 10:21:58 +0700 Subject: [PATCH] add shell fix --- .forgejo/workflows/activate.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.forgejo/workflows/activate.yml b/.forgejo/workflows/activate.yml index 95ef84b..d63013b 100644 --- a/.forgejo/workflows/activate.yml +++ b/.forgejo/workflows/activate.yml @@ -8,10 +8,14 @@ jobs: runs-on: nixos-server steps: - name: Clone + shell: /bin/sh -e {0} run: git clone http://localhost:5080/satr14/nix-flake.git src - name: Build + shell: /bin/sh -e {0} run: nixos-rebuild build --flake ./src#homelab - name: Activate + shell: /bin/sh -e {0} run: sudo nixos-rebuild switch --flake ./src#homelab - name: Clean + shell: /bin/sh -e {0} run: rm -rf src \ No newline at end of file