Skip to content

Commit

Permalink
update readmes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetrucciani committed May 3, 2023
1 parent c89f836 commit ceef231
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 16 deletions.
12 changes: 12 additions & 0 deletions pkgs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,24 @@ This directory contains packages that are related to the new wave of AI/LLM popu

### [cli/](./cli/)

This directory contains cli tools

### [cloud/](./cloud/)

This directory contains tooling related to various cloud providers

### [k8s/](./k8s/)

This directory contains tools related to kubernetes

### [lib/](./lib/)

This directory contains derivations that are just libraries for other derivations

### [misc/](./misc/)

This is a catch-all directory, for anything that doesn't fit nicely into other directories

### [server/](./server/)

This directory contains specific servers
2 changes: 1 addition & 1 deletion pkgs/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cli

TODO
This directory contains cli tools

---

Expand Down
2 changes: 1 addition & 1 deletion pkgs/cloud/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# cloud

TODO
This directory contains tooling related to various cloud providers

---

Expand Down
2 changes: 1 addition & 1 deletion pkgs/k8s/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s

TODO
This directory contains tools related to kubernetes

---

Expand Down
4 changes: 1 addition & 3 deletions pkgs/lib/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# lib

TODO
This directory contains derivations that are just libraries for other derivations

---

## In this directory

### [falconn.nix](./falconn.nix)

TODO
8 changes: 1 addition & 7 deletions pkgs/misc/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
# misc

TODO
This is a catch-all directory, for anything that doesn't fit nicely into other directories

---

## In this directory

### [horcrux.nix](./horcrux.nix)

TODO

### [killport.nix](./killport.nix)

TODO

### [soulmsg.nix](./soulmsg.nix)

TODO
4 changes: 1 addition & 3 deletions pkgs/server/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# server

TODO
This directory contains specific servers

---

## In this directory

### [poglets.nix](./poglets.nix)

TODO

0 comments on commit ceef231

Please sign in to comment.