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

@ -7,7 +7,7 @@
...
}: let
inherit (lib) mkEnableOption mkIf mkOption;
inherit (lib.types) submodule str int;
inherit (lib.types) str int;
inherit (lib.strings) escapeShellArgs;
inherit (self.packages.${system}) server templates;