Nix packaging for withlang #330
Closed
siriobalmelli
started this conversation in
Ideas
Replies: 2 comments
-
|
Happy to |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
PR filed #611; will follow up there |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Unfortunately efforts to include withlang in nixpkgs are blocked for now: NixOS/nixpkgs#525186
@ehartford would you be amenable to me submitting a patch series introducing nix support?
The general shape would be:
flake.nixandflake.lockfiles exposing the nix packaging.nixdirectory containing apackage.nixwith the "build recipe" (derivation) and any ancillary files needed for the build only.The advantages to the project this would bring:
nix run github:withlang-dev/with#nix profile install github:withlang-dev/with#nix buildwithinto a NixOS configuration (my use case):The maintenance burden would be reviewing a PR from me periodically updating dependencies in
flake.lockand fixing any build issues that arise.In future, if I were to be a less attentive maintainer than desired, the reversion path to drop nix support is simply
rm -rf flake.* nix.It goes without saying that any changes proposed outside of the nix surface would be their own commits and not mixed in with nix-specific commits.
What say you?
Beta Was this translation helpful? Give feedback.
All reactions