Extra nix config
Some checks failed
Build Docker Image / arm-docker-build (push) Failing after 1m18s

This commit is contained in:
Gabriel Simmer 2023-07-17 22:41:36 +01:00
parent 1dd3824fbc
commit 3e1ef2737c
Signed by: arch
GPG key ID: C81B106D46C5B875

View file

@ -12,6 +12,8 @@ jobs:
run: apt update && apt install -y sudo run: apt update && apt install -y sudo
- name: Install Nix - name: Install Nix
uses: https://github.com/cachix/install-nix-action@v22 uses: https://github.com/cachix/install-nix-action@v22
with:
extra_nix_config: "experimental-features = nix-command flakes"
- name: Check out repository - name: Check out repository
uses: https://github.com/RouxAntoine/checkout@v3.5.4 uses: https://github.com/RouxAntoine/checkout@v3.5.4
with: with: