aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2023-06-18 19:19:24 +0700
committerAlexander Fougner <fougner89@gmail.com>2023-07-20 22:27:56 +0200
commit73dd04c0594e01b9655983b1863106771f9df88c (patch)
treec9f634dc63a5cb70a7a8c526c8f9752dbe883b57
parent23c2c8832a10d14e2fa94698aea0bab4157518af (diff)
downloadbcachefs-tools-73dd04c0594e01b9655983b1863106771f9df88c.tar.gz
ci: unpin nix install url
I don't think we no longer need this and the install-nix-action is not compatible with it.
-rw-r--r--.github/workflows/nixos.yml2
1 files changed, 0 insertions, 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 }}