Commit graph

2 commits

Author SHA1 Message Date
7cf0c721f9 nix: Use lib.cleanSource
The old hash worked for me locally but not on another machine when
pulled from GH (reproduced locally too with --rebuild). The issue
was that having *specific* detached git state makes composer produce
different metadata in vendor/composer/installed.php (and other files).

Being detached *from a branch* does not seem to have an effect, but
being detached *from a commit* does. Therefore, the vendor/ metadata
was highly affected by local git/jujutsu state.
2025-09-29 16:19:49 +02:00
ab2fe374b9 Add flake.nix, non-legacy builds, composer update, fix redirects 2025-09-28 23:01:57 +02:00