diff options
-rw-r--r-- | flake.nix | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,5 +24,8 @@ packages = selfPkgs // {default = selfPkgs.shellrc-bash;}; legacyPackages = pkgs.extend self.overlays.default; formatter = pkgs.alejandra; + checks.statix = + pkgs.runCommandNoCC "check-statix" {} + "${pkgs.statix}/bin/statix check ${./.} && touch $out"; }); } |