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