https://github.com/anglesideangle/yadt
devious tool to install arbitrary packages into arbitrary docker environments
https://github.com/anglesideangle/yadt
Last synced: about 1 year ago
JSON representation
devious tool to install arbitrary packages into arbitrary docker environments
- Host: GitHub
- URL: https://github.com/anglesideangle/yadt
- Owner: AngleSideAngle
- Created: 2025-01-03T09:20:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-25T00:09:11.000Z (over 1 year ago)
- Last Synced: 2025-02-24T03:42:49.839Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yet Another Development Tool
WIP
This is a really stupid way of setting up arbitrary container environments by inserting arbitrary packages. It's made possibly because nix can get a closure of a package (the package and all recursive dependencies), which are created in a setup container and moved into the actual container where they are effectively treated as universal linux binaries.