github-actions[bot] 4cebcf2b12
All checks were successful
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 3m45s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 2m57s
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 20s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m22s
automated: Update 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/24693557f72603e8f2c514ee26854d5c2aad9090?narHash=sha256-xdp71QH76Q0esAJi4%2B5xDzpgBQNFpq8xn6UNfyT/s9w%3D' (2025-03-26)
• Updated input 'uv2nix':
    'github:pyproject-nix/uv2nix/f465e0c74d247545e57dc17cef72c973ff18ff13?narHash=sha256-GdxIZi77FZCz9nnkgjT6d50TtwlAjS1zn9kVffknQ0U%3D' (2025-03-24)
  → 'github:pyproject-nix/uv2nix/edc060c2f299dbd2c55f23b9a1e9b2eb874929d0?narHash=sha256-0b0I1E/WjZjkWPxb%2BBtVUxI3uxlu8DIdbPWW5WvzAZ0%3D' (2025-03-26)
```

```
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 checks.x86_64-linux.pre-commit-check:
<<< /nix/store/a0ii2kfj2kg6ks91al42hg6giaf3hkni-pre-commit-run.drv
>>> /nix/store/i7png04skxf8zp0pwhci2bjfmhf69ymp-pre-commit-run.drv
Added packages:
[A+]  #1  16fng594r9y6iy8fcrkafpxnalw816v2-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 devShells.x86_64-linux.default:
<<< /nix/store/n1q4k6cps4dkax656ilmg0jska521frj-nix-shell.drv
>>> /nix/store/7wggxpj3drmyiqb58mp03f3vyfwmnv63-nix-shell.drv
Added packages:
[A.]  #1  16fng594r9y6iy8fcrkafpxnalw816v2-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 packages.x86_64-linux.flupdt:
<<< /nix/store/ih81x5qqmc9v95vby4nbmlil384kzdbr-flupdt-env.drv
>>> /nix/store/64lngfbs5327d45fry1qd528zymisqba-flupdt-env.drv
Added packages:
[A.]  #1  16fng594r9y6iy8fcrkafpxnalw816v2-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/64lngfbs5327d45fry1qd528zymisqba-flupdt-env.drv
Added packages:
[A.]  #1  16fng594r9y6iy8fcrkafpxnalw816v2-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
2025-03-26 12:13:00 +00:00
2024-07-28 14:25:50 -04:00
2025-03-18 18:17:59 -04:00
2025-03-26 12:13:00 +00:00
2025-03-18 18:11:42 -04:00
2024-07-15 22:39:35 -04:00
2025-03-18 18:11:42 -04:00
2025-03-02 01:00:04 -05:00
2025-03-18 18:11:42 -04:00
2024-07-28 14:15:23 -04:00
2025-03-18 18:11:42 -04:00
2025-03-18 18:11:42 -04:00

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.

Description
No description provided
Readme MIT 304 KiB
Languages
Nix 47.5%
Python 47.1%
Shell 5.4%