From 8f76ad303739eeaf8be7b6f99609ef754370305f Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sat, 29 Apr 2023 15:24:48 -0600 Subject: [PATCH] Try host again --- .gitea/workflows/check-flake.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index ec7713f..9846ee6 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -6,9 +6,9 @@ env: DEBIAN_FRONTEND: noninteractive PATH: /run/current-system/sw/bin/ -defaults: - run: - shell: nix shell nixpkgs#nodejs-18_x +# defaults: +# run: +# shell: nix shell nixpkgs#nodejs-18_x jobs: check-flake: @@ -23,8 +23,8 @@ jobs: # with: # github_access_token: ${{ secrets.__GITHUB_TOKEN }} - # - name: Install dependencies - # run: nix shell nixpkgs#nodejs-18_x + - name: Install dependencies + run: nix profile install nixpkgs#nodejs-18_x - name: Checkout the repository uses: actions/checkout@v3