When do releases get added as nix packages? #1147
Answered
by
lovasoa
MaxWaterfall
asked this question in
Q&A
-
|
I use devbox to manage my environment (https://www.jetify.com/devbox), it uses nix packages. I'd like to use the pagination component added in v0.40.0. I can see its been released on git (https://github.com/sqlpage/SQLPage/releases/tag/v0.40.0) but not as a nix package (https://search.nixos.org/packages?channel=25.11&show=sqlpage&query=sqlpage). |
Beta Was this translation helpful? Give feedback.
Answered by
lovasoa
Dec 8, 2025
Replies: 1 comment 5 replies
-
|
Hi ! I do not manage the nix pkg myself, but I think you can open a pr here directly: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/sq/sqlpage/package.nix#L91 |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
MaxWaterfall
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi ! I do not manage the nix pkg myself, but I think you can open a pr here directly: https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/sq/sqlpage/package.nix#L91