From 73dd04c0594e01b9655983b1863106771f9df88c Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Sun, 18 Jun 2023 19:19:24 +0700 Subject: ci: unpin nix install url I don't think we no longer need this and the install-nix-action is not compatible with it. --- .github/workflows/nixos.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/nixos.yml b/.github/workflows/nixos.yml index a8f8b10e..aea0139f 100644 --- a/.github/workflows/nixos.yml +++ b/.github/workflows/nixos.yml @@ -9,8 +9,6 @@ jobs: - uses: actions/checkout@v2.3.4 - uses: cachix/install-nix-action@v22 with: - install_url: https://nixos-nix-install-tests.cachix.org/serve/vij683ly7sl95nnhb67bdjjfabclr85m/install - install_options: '--tarball-url-prefix https://nixos-nix-install-tests.cachix.org/serve' extra_nix_config: | experimental-features = nix-command flakes access-tokens = github.com=${{ secrets.GITHUB_TOKEN }} -- cgit v1.2.3