Commit graph

3 commits

Author SHA1 Message Date
Sergei Zimmerman
147c155dfd
Disable sortedness check
Registry resolution algorithm is order-dependent, and to get the desired
behavior with nixpkgs the indirect entry to `github:nixos/nixpkgs`
should come after all other exact entries.
2026-06-27 00:17:07 +03:00
bb010g
9c69f7bd23
style: ensure flake registry remains sorted (#50)
Additionally, ensure the latest contents of `flake-registry.json` are
used when running `ci.sh`. Without `--tarball-ttl 0`, old contents can
be reused across multiple runs. This shouldn't be an issue in CI, but
it's helpful when running `ci.sh` manually, during development.
2024-01-15 09:53:46 +01:00
Jonas Chevalier
ba37c15310
add CI (#45)
Make sure that the schema stays valid
2023-04-09 11:27:23 +02:00