Draft
Conversation
ffd0c90 to
7edf7a5
Compare
Collaborator
|
The nixfmt stuff should probably go in a separate PR |
Flake lock file updates:
• Updated input 'gitignore':
'github:hercules-ci/gitignore.nix/9e21c80adf67ebcb077d75bd5e7d724d21eeafd6?narHash=sha256-vky6VPK1n1od6vXbqzOXnekrQpTL4hbPAwUhT5J9c9E%3D' (2023-09-07)
→ 'github:hercules-ci/gitignore.nix/637db329424fd7e46cf4185293b9cc8c88c95394?narHash=sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs%3D' (2024-02-28)
• Updated input 'nixpkgs':
'github:nixos/nixpkgs/02357adddd0889782362d999628de9d309d202dc?narHash=sha256-rClms9NTmSL/WIN5VmEccVhUExMkjCrRNswxU9QGNNo%3D' (2023-12-15)
→ 'github:nixos/nixpkgs/641d909c4a7538f1539da9240dedb1755c907e40?narHash=sha256-HfVZCXic9XLBgybP0318ym3cDnGwBs/%2BH5MgxFVYF4I%3D' (2025-08-10)
• Updated input 'rust-overlay':
'github:oxalica/rust-overlay/d7aaf97c7c5ea7b4198ef85d3d66b3dfe5c6ce57?narHash=sha256-o3kM%2Bnzw0qaphSJfdmV%2BJcDBVMZEll5EVDCLHY%2BL83A%3D' (2023-12-15)
→ 'github:oxalica/rust-overlay/d754da7c068c6e122f84d84c3e6bcd353ee48635?narHash=sha256-5SEz135CaJ0LfHILi%2BCzWMXQmcvD2QeIf4FKwXAxtxA%3D' (2025-08-10)
• Removed input 'rust-overlay/flake-utils'
• Removed input 'rust-overlay/flake-utils/systems'
• Updated input 'rust-overlay/nixpkgs':
'github:NixOS/nixpkgs/96ba1c52e54e74c3197f4d43026b3f3d92e83ff9?narHash=sha256-eKyxW4OohHQx9Urxi7TQlFBTDWII%2BF%2Bx2hklDOQPB50%3D' (2023-04-13)
→ 'github:NixOS/nixpkgs/18dd725c29603f582cf1900e0d25f9f1063dbf11?narHash=sha256-awS2zRgF4uTwrOKwwiJcByDzDOdo3Q1rPZbiHQg/N38%3D' (2025-04-13)
flake.lock: Update Flake lock file updates: • Removed input 'rust-overlay' • Removed input 'rust-overlay/nixpkgs'
fix(binst) add deps to devShell and update ruby var fix(devShell): `loc` has been removed, `tokei` was suggested as an alternative
Contributor
Author
|
Depends on #263 |
can be run with `nix fmt` Exclude a generated file.
User7-hm
commented
Aug 11, 2025
Comment on lines
+123
to
+129
| formatter = withCommon ( | ||
| env: | ||
| env.pkgs.nixfmt-tree.override { | ||
| settings = { | ||
| excludes = [ "gemset.nix" ]; | ||
| }; | ||
| } |
Contributor
Author
There was a problem hiding this comment.
Can't be a part of #263 because it has an old version of nixpkgs which doesn't have nixfmt-tree
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.
No description provided.