nix: Add linting

This commit is contained in:
Tristan Daniël Maat 2024-01-02 15:06:58 +01:00
parent 40e0946201
commit 833f97c3d3
Signed by: tlater
GPG key ID: 49670FD774E43268
4 changed files with 30 additions and 3 deletions

View file

@ -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 {};
}