pipeline: check: image: nixos/nix:latest commands: - nix-shell --pure --run 'nix --extra-experimental-features "flakes nix-command" flake info' - nix-shell --pure --run 'statix check'