Open GetPsyched opened 1 day ago
Fixes #6110
Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/5e4fbfb6b3de1aa2872b76d49fafc942626e2add?narHash=sha256-OZiZ3m8SCMfh3B6bfGC/Bm4x3qc1m2SVEAlkV6iY7Yg%3D' (2024-11-15) → 'github:NixOS/nixpkgs/23e89b7da85c3640bbc2173fe04f4bd114342367?narHash=sha256-y/MEyuJ5oBWrWAic/14LaIr/u5E0wRVzyYsouYY3W6w%3D' (2024-11-19)
[x] Change is backwards compatible.
[x] Code formatted with ./format.
./format
[ ] Code tested through nix-shell --pure tests -A run.all or nix develop --ignore-environment .#all using Flakes.
nix-shell --pure tests -A run.all
nix develop --ignore-environment .#all
[ ] Test cases updated/added. See example.
[x] 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
Hm, the flake inputs track nixos-unstable, the PR is yet to land there.
I will update this PR as soon as the fix lands in nixos-unstable
nixos-unstable
Description
Fixes #6110
Checklist
[x] Change is backwards compatible.
[x] Code formatted with
./format
.[ ] Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.[ ] Test cases updated/added. See example.
[x] Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module