{
  packageOverrides = pkgs: {
    strm = pkgs.callPackage ../odin/strm.nix {};
  } // (import ../utils/nix/default.nix) pkgs;
}