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
overlays/dracula-theme
pkgs
pam-fprint-grosshack
pokemon-colorscripts

View file

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

View file

@ -9,6 +9,7 @@
plymouth = prev.callPackage ./plymouth.nix inputs;
wallpaper = prev.fetchurl (import ./wallpaper.nix);
in {
version = gtk-theme-src.shortRev;
src = gtk-theme-src;
installPhase = ''

View file

@ -5,7 +5,7 @@
}:
stdenv.mkDerivation {
name = "dracula-git";
version = git-theme-src.rev;
version = git-theme-src.shortRev;
src = git-theme-src;

View file

@ -5,7 +5,7 @@
}:
stdenv.mkDerivation {
name = "dracula-plymouth";
version = plymouth-theme-src.rev;
version = plymouth-theme-src.shortRev;
src = plymouth-theme-src;

View file

@ -15,7 +15,7 @@
}:
stdenv.mkDerivation {
name = "pam-fprint-grosshack";
version = pam-fprint-grosshack-src.rev;
version = pam-fprint-grosshack-src.shortRev;
src = pam-fprint-grosshack-src;

View file

@ -6,7 +6,7 @@
}:
stdenv.mkDerivation {
name = "pokemon-colorscripts";
version = pokemon-colorscripts-src.rev;
version = pokemon-colorscripts-src.shortRev;
src = pokemon-colorscripts-src;