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