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

@ -74,7 +74,7 @@
};
checks.${system} = import ./nix/checks {
inherit self system pkgs;
inherit self pkgs;
};
};
}