nix: Add linting
This commit is contained in:
parent
40e0946201
commit
833f97c3d3
4 changed files with 30 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
pkgs,
|
||||
self,
|
||||
system,
|
||||
}: let
|
||||
callPackage = pkgs.lib.callPackageWith (pkgs // {inherit self;});
|
||||
in {
|
||||
lintNix = callPackage ./lint-nix.nix {};
|
||||
openHomepage = callPackage ./open-homepage.nix {};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue