{ pkgs ? import {} , stdenv ? pkgs.llvmPackages_19.stdenv , forstio ? (import ((builtins.fetchGit { url = "git@git.keldu.de:forstio/forstio"; ref = "dev"; }).outPath + "/default.nix"){ inherit stdenv; }).forstio }: let in { kel_rar = pkgs.callPackage ./run_and_record/.nix/derivation.nix { inherit stdenv forstio; }; }