Skip to content

blesh: add module #7087

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

ajhalili2006
Copy link

@ajhalili2006 ajhalili2006 commented May 18, 2025

Description

Another attempt at #3238, although I will probably need help implementing programs.blesh.attach = "manual through conditional statement trickery due to being inexperienced with the rest of Nix language over than the basics (like let...in keywords and imports).

Checklist

  • Change is backwards compatible.

  • Code formatted with nix fmt or ./format.

  • Code tested through nix-shell --pure tests -A run.all
    or nix build --reference-lock-file flake.lock ./tests#test-all using Flakes.

  • Test cases updated/added. See example.

  • Commit messages are formatted like

    {component}: {description}
    
    {long description}
    

    See CONTRIBUTING for more information and recent commit messages for examples.

  • If this PR adds a new module

    • Added myself as module maintainer. See example.

Maintainer CC

@ajhalili2006
Copy link
Author

I haven't added this patch to the news entry yet until #3238 (comment) (technically #3238 (comment)) is implemented for obvious reasons, alongside some manual testing on my side.

Manually imported from a previous merge request at
nix-community#3238 by @aiotter.
I'll be following up with a few more changes per the previous thread
in a few days, but I wanted to test this out in the meantime on my
own home-manager configuration.

Note that this commit was made via GitHub Codespaces, hence I need to
manually unset GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL, alongside
using the regular gpg binary instead of gh-gpgsign inside the devcontainer.

Signed-off-by: Andrei Jiroh Halili <[email protected]>
On-behalf-of: @recaptime-dev <[email protected]>
also fix the missing attribute error on `meta.maintainers` by pulling it
via `lib.hm` as a workaround.

Signed-off-by: Andrei Jiroh Halili <[email protected]>
on-behalf-of: @recaptime-dev <[email protected]>
Catching what I missed on the previous commit (5aaf4ff).
Reformat at will after resolving merge conflicts as I rebase against the
main branch to keep things in sync.

Signed-off-by: Andrei Jiroh Halili <[email protected]>
@ajhalili2006
Copy link
Author

Going to do another round of rebasing soon, currently working on other things behind the scenes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants