From 03e98c3a9d2427bee17b97dc5187733bb4afdd29 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Wed, 28 Aug 2024 03:47:10 -0500 Subject: [PATCH] Add extension to home-manager build command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e1b3ed..704af62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: with: name: devenv - name: Build configuration - run: nix run home-manager/release-24.05 -- build --flake ${{ github.workspace }} + run: nix run home-manager/release-24.05 -- build --flake ${{ github.workspace }} -b bak timeout-minutes: 5 - name: Activate the configuration run: ./result/activate