[WIP] Shinkansen #340
Milo123459
started this conversation in
RFCs
Replies: 1 comment 1 reply
-
Not necessarily. I can see a few use cases for it in the future. Specifically for showing available versions if the version the user requested is not available. Also you have the names backwards. Initially, just the library can be worked out without worrying about the API until the functionality is complete. Lastly, I am not sure I like the name 🙈 It doesn't really relate to Nixpacks or Nix at all. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Shinkansen is a system that would allow nixpacks to offer ancient and deprecated versions of packages previously published to nix. Shinkansen would work similarly to something like this. It will give back a nixpkg archive and a package name to use.
Shinkansen would be a monorepo(tbd) containing of two crates:
shinkansen_api
andshinkansen
.shinkansen_api
does the fetching of nixpkgs and resolves them to hashes and versions, andshinkansen
is the actual webserver that has aggressive caching.Functions
Beta Was this translation helpful? Give feedback.
All reactions