applies all recommended deadnix fixes, and adds it to checks
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -44,7 +44,7 @@
|
||||
lsdir =
|
||||
dir:
|
||||
lib.optionals (builtins.pathExists dir) (
|
||||
lib.attrNames (lib.filterAttrs (path: type: type == "directory") (builtins.readDir dir))
|
||||
lib.attrNames (lib.filterAttrs (_: type: type == "directory") (builtins.readDir dir))
|
||||
);
|
||||
|
||||
# return full paths of all files in a directory
|
||||
|
@ -69,8 +69,8 @@ rec {
|
||||
user: src:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}@args:
|
||||
{
|
||||
@ -153,7 +153,7 @@ rec {
|
||||
users,
|
||||
home ? true,
|
||||
modules ? [ ],
|
||||
server ? true,
|
||||
# server ? true,
|
||||
sops ? true,
|
||||
system ? "x86_64-linux",
|
||||
}@args:
|
||||
|
Reference in New Issue
Block a user