infrastructure/ci/lint-nix.sh
2024-02-22 14:20:14 -08:00

5 lines
73 B
Bash

#!/usr/bin/env bash
set -eu
nf-statix check "$@" &&
nf-deadnix -f "$@"