Compare commits
1 commit
10e72d3c19
...
e75c7b831b
| Author | SHA1 | Date | |
|---|---|---|---|
| e75c7b831b |
1 changed files with 66 additions and 65 deletions
|
|
@ -7,6 +7,8 @@
|
|||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
checks =
|
||||
let
|
||||
mkLint =
|
||||
{
|
||||
|
|
@ -42,7 +44,6 @@
|
|||
};
|
||||
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