From 6534db34fb6c83baef3cd822ea44195519192946 Mon Sep 17 00:00:00 2001 From: Sebastian Estrella <2049686+sestrella@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:54:13 -0500 Subject: [PATCH] Pass workspace to build --- .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 3becf27..54c96d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,6 @@ jobs: - name: Install Nix uses: cachix/install-nix-action@v24 - name: Build configuration - run: nix run home-manager/release-23.11 -- build + run: nix run home-manager/release-23.11 -- build --flake ${{ github.workspace }} - name: Activate the configuration run: ./result/activate