1
Fork 0
mirror of https://github.com/thegeneralist01/config.git synced 2026-05-30 08:37:01 +02:00

remove openclaw

This commit is contained in:
TheGeneralist 2026-03-30 11:48:52 +02:00
parent 9399b1ab37
commit 609179ec34
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
7 changed files with 1 additions and 176 deletions

View file

@ -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