chore: use rtk from official package

This commit is contained in:
Pierre Martin
2026-08-06 09:51:29 +02:00
parent 25717759f7
commit 13003046e2
2 changed files with 0 additions and 22 deletions

View File

@@ -14,7 +14,6 @@ let
in
let
crab = pkgs.callPackage ./pkgs/crab.nix { };
rtk = pkgs.callPackage ./pkgs/rtk.nix { };
in
{
nixpkgs.overlays = [ pythonOverlay ];