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