mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-22 00:21:34 +01:00
Add statix comment
This commit is contained in:
parent
af82e42b85
commit
24aa6de67e
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
checks = {
|
checks = {
|
||||||
|
# Disable until https://github.com/oppiliappan/statix/issues/88 is resolved
|
||||||
# statix = pkgs.runCommandLocal "statix" { buildInputs = [ pkgs.statix ]; } ''
|
# statix = pkgs.runCommandLocal "statix" { buildInputs = [ pkgs.statix ]; } ''
|
||||||
# statix check ${self}
|
# statix check ${self}
|
||||||
# mkdir $out
|
# mkdir $out
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue