Conversation
Merry Christmas! It's been a while since my last commit, I have just been enjoying my winter break and haven't been too focused on doing much work. This bump was fairly smooth, no configuration changes required, and everything seems to work just fine after a test.
This is starting to be a little annoying. Hopefully this is the last time.
There seems to be an issue with `lha` builds. A function signature changed and `lha` no longer builds. For now I've just removed it from the `patool` derivation, might even leave it out forever since I've never actually needed it. There has been a rename from `pkgs.xfce.thunar` to `pkgs.thunar`, which has been updated in the appropriate home-manager module. Since NixOS/nixpkgs@a6c7a5b, a new Lix-specific NixOS module has been created to handle the diverging implementation detail of Lix vs. Nix. This required my wrapper to expose `pname`. It seems that `buildEnv` still doesn't support the `pname` + `version` combination alone, so I still need to set `name`. As a result, I've chosen to inherit all 3 attributes from the original derivation, so that the aforementioned module can check it. Finally, Nix 2.29 has been dropped. I'm uncertain why, since Nix 2.28 is seemingly still around. It has been removed from `nix-benchmark` as a result.
I'm noticing colors are different in my neovim. I have no idea why.. Anyways, this is the last commit before the school term officially starts. Adios for now!
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.
Hello there, another bi-weekly staging cycle has started up. The last cycle was 2025-12-02 -> 2025-12-16.
This cycle is coincidentally ending just before my school term starts. This means that for the remainder of the school term, any staging cycles that occur will have their duration extended to 4 weeks, giving me plenty of time to squeeze in any changes I need to make at a slower pace.
Breaking Changes
TODO
New Features
Fixes