Fix Nix and update Nix flake + add direnv.#96
Merged
Conversation
Flake lock file updates:
• Updated input 'nixpkgs':
'github:NixOS/nixpkgs/dda3dcd3fe03e991015e9a74b22d35950f264a54?narHash=sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ%2BTCkTRpRc%3D' (2025-05-08)
→ 'github:NixOS/nixpkgs/331800de5053fcebacf6813adb5db9c9dca22a0c?narHash=sha256-x5UQuRsH3MqI0U9afaXSNqzTPSeZlRLvFAav2Ux1pNw%3D' (2026-05-31)
Updates the nix flake and fixes breaking changes that newer versions of anifetch incurred. Also adds a direnv .envrc to aid in nixos development.
Consolidates overlays and packages into the main flake, simplifying the folder structure as we are only packaging 1 package. No need to have a whole folder for packages + overlays.
Owner
|
Thanks for the contribution! |
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.
Long time no see! Just a quick "spring cleaning" pr so to speak. Updates the flake, fixes some issues, and brings everything up to standard. Also adds direnv for aiding in development on Nix.
Should close #95
Similar to #94 but more in depth, fixes devshell also as venv stopped working lol. Direnv + Nix Devshell is basically venv for Nix so it works out.
Afaik this should now follow the common conventions I see in flakes. So should be best practice methinks.