From 9a3acb28c8fe195c178f98de136d6c0e3606184b Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 12 May 2023 15:16:39 +0200 Subject: [PATCH] try using nix store 4 --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index e55d069..8f66875 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,9 +1,9 @@ pipeline: check: image: nixos/nix:2.15.0 - environment: - - NIX_CONFIG=experimental-features = nix-command flakes \n store = unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt commands: + - echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf + - echo "store = unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt" >> /etc/nix/nix.conf - nix run 'nixpkgs#statix' check - nix run 'nixpkgs#deadnix' -- -f - nix run 'nixpkgs#yamllint' .