mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 17:31:34 +01:00
Disable statix check until pipe-operators are included
This commit is contained in:
parent
387f68eb7a
commit
9b2bf9686e
1 changed files with 4 additions and 4 deletions
|
|
@ -4,10 +4,10 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
checks = {
|
checks = {
|
||||||
statix = pkgs.runCommand "statix" { buildInputs = [ pkgs.statix ]; } ''
|
# statix = pkgs.runCommand "statix" { buildInputs = [ pkgs.statix ]; } ''
|
||||||
statix check ${self}
|
# statix check ${self}
|
||||||
mkdir $out
|
# mkdir $out
|
||||||
'';
|
# '';
|
||||||
|
|
||||||
deadnix = pkgs.runCommand "deadnix" { buildInputs = [ pkgs.deadnix ]; } ''
|
deadnix = pkgs.runCommand "deadnix" { buildInputs = [ pkgs.deadnix ]; } ''
|
||||||
deadnix --fail ${self}
|
deadnix --fail ${self}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue