From 377697ddc5055f64e15699de263d5ad258c8cb31 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Wed, 28 Aug 2024 03:58:33 -0500 Subject: [PATCH] Pass the right argument to `activate` --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 704af62..f47ed99 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 }} -b bak + run: nix run home-manager/release-24.05 -- build --flake ${{ github.workspace }} timeout-minutes: 5 - name: Activate the configuration - run: ./result/activate + run: ./result/activate -b bak