Add nix_path
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 5m42s

This commit is contained in:
Gabriel Simmer 2023-07-18 07:28:18 +01:00
parent 0c59096ca2
commit 9cf130bb68
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -14,6 +14,7 @@ jobs:
uses: https://github.com/cachix/install-nix-action@v22 uses: https://github.com/cachix/install-nix-action@v22
with: with:
extra_nix_config: "experimental-features = nix-command flakes" extra_nix_config: "experimental-features = nix-command flakes"
nix_path: nixpkgs=channel:nixos-23.05
- name: Remove access_tokens - name: Remove access_tokens
run: sed -i '/^access-tokens/d' /etc/nix/nix.conf run: sed -i '/^access-tokens/d' /etc/nix/nix.conf
- name: Check out repository - name: Check out repository