fix(pkgs): improve versioning

This commit is contained in:
matt1432 2024-08-04 13:52:41 -04:00
parent cf4cfa8b6a
commit c91c8e703e
6 changed files with 62 additions and 48 deletions
packages

View file

@ -12,7 +12,6 @@
libratbag = pkgs.callPackage ./libratbag {
inherit (inputs) libratbag-src;
inherit mkVersion;
};
pam-fprint-grosshack = pkgs.callPackage ./pam-fprint-grosshack {
@ -21,7 +20,6 @@
piper = pkgs.callPackage ./piper {
inherit (inputs) piper-src;
inherit mkVersion;
};
pokemon-colorscripts = pkgs.callPackage ./pokemon-colorscripts {