refactor: improve custom packages' versioning

This commit is contained in:
matt1432 2024-03-25 22:42:23 -04:00
parent 7c9af8ebdd
commit a7b7966d52
19 changed files with 95 additions and 40 deletions
common/home/trash-d

View file

@ -8,7 +8,7 @@
}:
stdenv.mkDerivation {
name = "trash";
version = trash-d-src.rev;
version = trash-d-src.shortRev;
src = trash-d-src;