module(just): Add dead-nix to check unused nix code
This commit is contained in:
parent
bd3dad4e22
commit
cdcd180527
36 changed files with 30 additions and 47 deletions
|
|
@ -10,9 +10,9 @@
|
|||
(
|
||||
(rootPath + "/home")
|
||||
|> builtins.readDir
|
||||
|> lib.filterAttrs (key: value: value == "directory")
|
||||
|> lib.filterAttrs (_key: value: value == "directory")
|
||||
|> lib.filterAttrs (
|
||||
key: value:
|
||||
key: _value:
|
||||
!builtins.elem key [
|
||||
"modules"
|
||||
"extra"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue