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

3
overlays/tuicr.nix Normal file
View File

@@ -0,0 +1,3 @@
{inputs}: final: prev: {
tuicr = inputs.tuicr.packages.${prev.stdenv.hostPlatform.system}.default;
}