-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readmes, update flake, move wsl to flake inputs
- Loading branch information
1 parent
a208070
commit c89f836
Showing
11 changed files
with
186 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
# pkgs | ||
|
||
This directory contains nix packages that I've built that might not be yet ready for nixpkgs proper, or that don't make sense to open as a PR to nixpkgs proper. | ||
This directory contains nix packages that I've built that might not be yet ready for nixpkgs proper, or that don't make sense to open as a PR to nixpkgs proper. They are included as the reference `.#custom`, and also are merged into the `pkgs` set. | ||
|
||
--- | ||
|
||
## In this directory | ||
|
||
### [falconn.nix](./falconn.nix) | ||
### [ai/](./ai/) | ||
|
||
This file contains a nix derivation for the [falconn library](https://github.com/FALCONN-LIB/FALCONN) | ||
This directory contains packages that are related to the new wave of AI/LLM popularity! | ||
|
||
### [cli/](./cli/) | ||
|
||
### [cloud/](./cloud/) | ||
|
||
### [k8s/](./k8s/) | ||
|
||
### [lib/](./lib/) | ||
|
||
### [misc/](./misc/) | ||
|
||
### [server/](./server/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# cli | ||
|
||
TODO | ||
|
||
--- | ||
|
||
## In this directory | ||
|
||
### [bkt.nix](./bkt.nix) | ||
|
||
### [comcast.nix](./comcast.nix) | ||
|
||
### [dirdiff.nix](./dirdiff.nix) | ||
|
||
### [lastresort.nix](./lastresort.nix) | ||
|
||
### [tlsh-go.nix](./tlsh-go.nix) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# cloud | ||
|
||
TODO | ||
|
||
--- | ||
|
||
## In this directory | ||
|
||
### [coscli.nix](./coscli.nix) | ||
|
||
### [gcsproxy.nix](./gcsproxy.nix) | ||
|
||
### [gke-gcloud-auth-plugin.nix](./gke-gcloud-auth-plugin.nix) | ||
|
||
### [goaws.nix](./goaws.nix) | ||
|
||
### [gofakes3.nix](./gofakes3.nix) | ||
|
||
### [s3-edit.nix](./s3-edit.nix) | ||
|
||
### [terraform-cloud-exporter.nix](./terraform-cloud-exporter.nix) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# k8s | ||
|
||
TODO | ||
|
||
--- | ||
|
||
## In this directory | ||
|
||
### [kubeshark.nix](./kubeshark.nix) | ||
|
||
### [murre.nix](./murre.nix) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# lib | ||
|
||
TODO | ||
|
||
--- | ||
|
||
## In this directory | ||
|
||
### [falconn.nix](./falconn.nix) | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# misc | ||
|
||
TODO | ||
|
||
--- | ||
|
||
## In this directory | ||
|
||
### [horcrux.nix](./horcrux.nix) | ||
|
||
TODO | ||
|
||
### [killport.nix](./killport.nix) | ||
|
||
TODO | ||
|
||
### [soulmsg.nix](./soulmsg.nix) | ||
|
||
TODO |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# server | ||
|
||
TODO | ||
|
||
--- | ||
|
||
## In this directory | ||
|
||
### [poglets.nix](./poglets.nix) | ||
|
||
TODO |