From d043d0c6342cb212e7e15250b7f04c3acd6b140c Mon Sep 17 00:00:00 2001 From: Matthias Date: Fri, 7 Jun 2024 18:20:21 +0200 Subject: [PATCH] bumped nix version, removed extend-space action --- .github/workflows/publish-happ.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish-happ.yaml b/.github/workflows/publish-happ.yaml index 61e16ac..c6a1109 100644 --- a/.github/workflows/publish-happ.yaml +++ b/.github/workflows/publish-happ.yaml @@ -16,13 +16,10 @@ jobs: # Checks out a copy of your repository on the ubuntu-latest machine - uses: actions/checkout@v3 - - name: Extend space - uses: ./.github/actions/extend-space - - name: Install nix uses: cachix/install-nix-action@v18 with: - install_url: https://releases.nixos.org/nix/nix-2.13.3/install + install_url: https://releases.nixos.org/nix/nix-2.17.0/install extra_nix_config: | experimental-features = flakes nix-command