Open
Conversation
Implement complete NixOS packaging support with automated workflows and improved documentation for distributing the Inference Gateway CLI as an official nixpkgs package. Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
- Add default.nix entry point for nix-build - Update workflow to use default.nix instead of infer.nix directly - Simplify Darwin framework handling (remove explicit framework dependencies) - Fix CGO_ENABLED to use env attribute set pattern - Update src hash: sha256-ObI6zG8noykPhPq6ESohbkHp6gvUY3Q0qYZl32Kj//I= - Update vendorHash: sha256-BUrb8mvktPPEbokccVEfc2UCLjWP0nTQbLeCxCCb32k= - Remove deprecated darwin.apple_sdk references These changes fix the Cachix build failures and follow modern Nix best practices for buildGoModule packages. Signed-off-by: Eden Reich <eden.reich@gmail.com>
Change ubuntu-24.0 to ubuntu-24.04 to prevent job from hanging. Signed-off-by: Eden Reich <eden.reich@gmail.com>
- Rename infer.nix → package.nix (standard nixpkgs name) - Update default.nix to reference package.nix - Remove redundant nixpkgs-submission/package.nix - Update submission README to reference ../package.nix - Add edenreich as maintainer Final structure: nix/package.nix - Main package definition nix/default.nix - Entry point wrapper nix/nixpkgs-submission/ - Submission guide Signed-off-by: Eden Reich <eden.reich@gmail.com>
Simplify CI by removing unused Cachix binary cache. Can be added back later if needed. Signed-off-by: Eden Reich <eden.reich@gmail.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement complete NixOS packaging support with automated workflows and improved documentation for distributing the Inference Gateway CLI as an official nixpkgs package.
Signed-off-by: Eden Reich eden.reich@gmail.com