mirror of
https://github.com/thegeneralist01/config.git
synced 2026-05-30 08:37:01 +02:00
remove openclaw
This commit is contained in:
parent
9399b1ab37
commit
609179ec34
7 changed files with 1 additions and 176 deletions
|
|
@ -14,9 +14,7 @@ let
|
|||
collectInputModules = packagePath:
|
||||
let
|
||||
getModule = name: input:
|
||||
if name == "nix-openclaw" && packagePath == [ "overlays" "default" ] then
|
||||
[]
|
||||
else if hasAttrByPath packagePath input
|
||||
if hasAttrByPath packagePath input
|
||||
then [ (getAttrFromPath packagePath input) ]
|
||||
else [];
|
||||
in
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue