From 0da2d1255cd4b1b309eb18585c51cd8d7fd01571 Mon Sep 17 00:00:00 2001 From: comavius Date: Sun, 13 Oct 2024 18:11:59 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=F0=9F=92=9A=20set=20path=20of?= =?UTF-8?q?=20flakes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/exec-container.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/exec-container.yml b/.github/workflows/exec-container.yml index 12cbcbd..ce771b0 100644 --- a/.github/workflows/exec-container.yml +++ b/.github/workflows/exec-container.yml @@ -15,5 +15,5 @@ jobs: - uses: cachix/install-nix-action@v27 with: github_access_token: ${{ secrets.GITHUB_TOKEN }} - - run: nix build - - run: nix flake check \ No newline at end of file + - run: nix build ./exec-container/flake.nix + - run: nix flake check ./exec-container/flake.nix \ No newline at end of file