add tuicr, replace buildRustPackage with naersk, remove overseer

This commit is contained in:
2026-03-04 10:48:02 +00:00
parent 98adb4061b
commit 90e3b752b0
8 changed files with 13 additions and 115 deletions

View File

@@ -1,7 +1,7 @@
{inputs}: final: prev: {
jj-ryu =
import ../lib/build-rust-package.nix {
inherit prev;
inherit inputs prev;
input = inputs.jj-ryu;
};
}