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