flake.lock
- The following Nix Flake inputs were updated: ``` • Updated input 'nixpkgs': 'github:nixos/nixpkgs/1750f3c1c89488e2ffdd47cab9d05454dddfb734?narHash=sha256-oDJGK1UMArK52vcW9S5S2apeec4rbfNELgc50LqiPNs%3D' (2025-03-24) → 'github:nixos/nixpkgs/6ea2759c633a3e25f3b4e2f52fb6bf9d6a01c532?narHash=sha256-V3jQhu3s48mgGClvKkWhYM1%2BcSTFGFm4ztDkK7S69JY%3D' (2025-03-25) • Updated input 'uv2nix': 'github:pyproject-nix/uv2nix/f465e0c74d247545e57dc17cef72c973ff18ff13?narHash=sha256-GdxIZi77FZCz9nnkgjT6d50TtwlAjS1zn9kVffknQ0U%3D' (2025-03-24) → 'github:pyproject-nix/uv2nix/c759f7425ca79b4771e95ba329b36bcb9c0eac4b?narHash=sha256-qYmc1XM11IHkqkrEF9cl5ByTyiG/NRbDTfQZZ2hKpFQ%3D' (2025-03-25) ``` ``` comparing devShells.x86_64-linux.default: <<< /nix/store/n1q4k6cps4dkax656ilmg0jska521frj-nix-shell.drv >>> /nix/store/x87gmiqrvn5m748g3x13nnhwdhz9h0s1-nix-shell.drv Added packages: [A.] #1 fii9q7k4g11ajsmrnlknzl965mqps1p5-source <none> Removed packages: [R.] #1 9ca3p3prywrdzp228z5p68i63cn77j79-source <none> Closure size: 2691 -> 2691 (3 paths added, 3 paths removed, delta +0, disk usage +0B). comparing checks.x86_64-linux.pre-commit-check: <<< /nix/store/a0ii2kfj2kg6ks91al42hg6giaf3hkni-pre-commit-run.drv >>> /nix/store/sviw0qzh0fcry5pwgm9l5xd9lzvbd638-pre-commit-run.drv Added packages: [A+] #1 fii9q7k4g11ajsmrnlknzl965mqps1p5-source <none> Removed packages: [R-] #1 9ca3p3prywrdzp228z5p68i63cn77j79-source <none> Closure size: 2604 -> 2604 (2 paths added, 2 paths removed, delta +0, disk usage +0B). comparing formatter.x86_64-linux: <<< /nix/store/kpjm9ymg7d9h4mw5jf1ddzc40lv3wrbi-nixfmt-unstable-2025-03-03.drv >>> /nix/store/kpjm9ymg7d9h4mw5jf1ddzc40lv3wrbi-nixfmt-unstable-2025-03-03.drv No version or selection state changes. Closure size: 1307 -> 1307 (0 paths added, 0 paths removed, delta +0, disk usage +0B). comparing packages.x86_64-linux.flupdt: <<< /nix/store/ih81x5qqmc9v95vby4nbmlil384kzdbr-flupdt-env.drv >>> /nix/store/fwlxqv9ms5917shafg4vp03awa5z1b9s-flupdt-env.drv Added packages: [A.] #1 fii9q7k4g11ajsmrnlknzl965mqps1p5-source <none> Removed packages: [R.] #1 9ca3p3prywrdzp228z5p68i63cn77j79-source <none> Closure size: 1473 -> 1473 (3 paths added, 3 paths removed, delta +0, disk usage +0B). comparing packages.x86_64-linux.default: <<< /nix/store/ih81x5qqmc9v95vby4nbmlil384kzdbr-flupdt-env.drv >>> /nix/store/fwlxqv9ms5917shafg4vp03awa5z1b9s-flupdt-env.drv Added packages: [A.] #1 fii9q7k4g11ajsmrnlknzl965mqps1p5-source <none> Removed packages: [R.] #1 9ca3p3prywrdzp228z5p68i63cn77j79-source <none> Closure size: 1473 -> 1473 (3 paths added, 3 paths removed, delta +0, disk usage +0B). ``` Auto-generated by [update.yml][1] with the help of [create-pull-request][2]. [1]: https://nayeonie.com/ahuston-0/nix-dotfiles/src/branch/main/.github/workflows/flake-update.yml [2]: https://forgejo.stefka.eu/jiriks74/create-pull-request
Flake Update Diff Tool
This is the Nix flake update validator. A tool which is able to evaluate a flake
at two points in history, check that everything evaluates, and provide a diff
of the two. In its target state, it will provide a similar function to
DeterminateSystems' awesome update-flake-lock
tool, but with nvd
integration
and other bells and whistles that we've come to like.
How to Use
Currently, this only supports locally-stored flakes, although we are planning to
add support for git
-based URLs for usage outside of CI pipelines where the
repository is already downloaded.
nix run git+https://nayeonie.com/ahuston-0/flake-update-diff-tool -- <flake path>
For use in other nix-based projects, flpudt
is available as
packages.${system}.flupdt
. Please see our examples/
folder for common
use-cases.
Why the name
flupdt
comes from Fl(ake) Up(date) D(iff) T(ool). The cli is also available as
flake-update-diff-tool
, for ease-of-use and those who use screen readers or
similar accessibility tools that may not react well to flupdt
.