-
Notifications
You must be signed in to change notification settings - Fork 12
Update inputs and deps #260
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
base: main
Are you sure you want to change the base?
Conversation
anna328p
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ffd0c90 to
7edf7a5
Compare
|
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
|
Depends on #263 |
can be run with `nix fmt` Exclude a generated file.
| formatter = withCommon ( | ||
| env: | ||
| env.pkgs.nixfmt-tree.override { | ||
| settings = { | ||
| excludes = [ "gemset.nix" ]; | ||
| }; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't be a part of #263 because it has an old version of nixpkgs which doesn't have nixfmt-tree
No description provided.