nix: Add linting
This commit is contained in:
parent
40e0946201
commit
833f97c3d3
4 changed files with 30 additions and 3 deletions
nix
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue