Compare commits
1 commit
e75c7b831b
...
10e72d3c19
| Author | SHA1 | Date | |
|---|---|---|---|
| 10e72d3c19 |
1 changed files with 65 additions and 66 deletions
|
|
@ -7,8 +7,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
|
||||||
checks =
|
|
||||||
let
|
let
|
||||||
mkLint =
|
mkLint =
|
||||||
{
|
{
|
||||||
|
|
@ -44,6 +42,7 @@
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
checks = {
|
||||||
nix = mkLint {
|
nix = mkLint {
|
||||||
name = "nix-lints";
|
name = "nix-lints";
|
||||||
fileset = lib.fileset.fileFilter (file: file.hasExt "nix") ../.;
|
fileset = lib.fileset.fileFilter (file: file.hasExt "nix") ../.;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue